Searched refs:precise (Results 1 – 15 of 15) sorted by relevance
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 68 p - precise level 69 P - use maximum detected precise level 77 The 'p' modifier can be used for specifying how precise the instruction 86 For Intel systems precise event sampling is implemented with PEBS 87 which supports up to precise-level 2, and precise level 3 for 90 On AMD systems it is implemented using IBS OP (up to precise-level 2). 92 inherently non-precise and IBS is inherently precise. (i.e. ibs_op//, 93 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
|
| A D | perf-amd-ibs.txt | 17 Instruction-Based Sampling (IBS) provides precise Instruction Pointer (IP) 20 execution (micro-op execution to be precise) with details like d-cache 42 IBS gives samples with precise IP, i.e. the IP recorded with IBS sample has
|
| A D | perf-arm-spe.txt | 77 - Allows precise attribution data, including: Full PC of instruction, data virtual and physical
|
| A D | perf-c2c.txt | 22 On Intel, the tool is based on load latency and precise store facility events
|
| A D | perf-record.txt | 480 abort events and some memory events in precise mode on modern Intel CPUs. 640 buffers (-m). It is generally more precise for higher sizes
|
| A D | perf-intel-pt.txt | 281 p precise ip
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | rcu-test-image.txt | 39 # Replace "precise" below with your favorite Ubuntu release. 42 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
|
| /tools/tracing/rtla/ |
| A D | README.txt | 5 rtla leverages kernel tracing capabilities to provide precise information
|
| /tools/perf/util/ |
| A D | parse-events.l | 160 struct parse_events_modifier mod = { .precise = 0, }; in modifiers() 180 mod.precise++; in modifiers() 191 if (mod.precise > 3) { in modifiers()
|
| A D | parse-events.h | 205 u8 precise; /* Number of repeated 'p' for precision. */ member
|
| A D | parse-events.c | 1853 if (mod.precise) { in parse_events__modifier_list() 1854 u8 precise = evsel->core.attr.precise_ip + mod.precise; in parse_events__modifier_list() local 1865 if (precise > 3) { in parse_events__modifier_list() 1877 evsel->core.attr.precise_ip = precise; in parse_events__modifier_list()
|
| /tools/testing/selftests/kvm/x86/ |
| A D | private_mem_conversions_test.c | 230 static void guest_test_punch_hole(uint64_t base_gpa, bool precise) in guest_test_punch_hole() argument 254 if (precise) { in guest_test_punch_hole()
|
| /tools/perf/pmu-events/ |
| A D | jevents.py | 333 precise = jd.get('PEBS') 365 if precise and self.desc and '(Precise Event)' not in self.desc: 366 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '
|
| /tools/usb/usbip/ |
| A D | COPYING | 56 The precise terms and conditions for copying, distribution and
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 21 - ORC unwinder metadata generation -- a faster and more precise
|
Completed in 26 milliseconds