Searched refs:precise (Results 1 – 14 of 14) sorted by relevance
/tools/perf/util/ |
D | evlist-hybrid.h | 10 int evlist__add_default_hybrid(struct evlist *evlist, bool precise);
|
D | evlist-hybrid.c | 19 int evlist__add_default_hybrid(struct evlist *evlist, bool precise) in evlist__add_default_hybrid() argument 29 evsel = evsel__new_cycles(precise, PERF_TYPE_HARDWARE, in evlist__add_default_hybrid()
|
D | parse-events.c | 1872 int precise; member 1891 int precise = evsel ? evsel->core.attr.precise_ip : 0; in get_event_modifier() local 1930 precise++; in get_event_modifier() 1962 if (precise > 3) in get_event_modifier() 1971 mod->precise = precise; in get_event_modifier() 2025 evsel->core.attr.precise_ip = mod.precise; in parse_events__modifier_event()
|
D | evlist.h | 99 int __evlist__add_default(struct evlist *evlist, bool precise);
|
D | evsel.h | 226 struct evsel *evsel__new_cycles(bool precise, __u32 type, __u64 config);
|
D | evlist.c | 232 int __evlist__add_default(struct evlist *evlist, bool precise) in __evlist__add_default() argument 236 evsel = evsel__new_cycles(precise, PERF_TYPE_HARDWARE, in __evlist__add_default()
|
D | evsel.c | 297 struct evsel *evsel__new_cycles(bool precise, __u32 type, __u64 config) in evsel__new_cycles() argument 308 if (!precise) in evsel__new_cycles()
|
/tools/perf/Documentation/ |
D | perf-list.txt | 56 p - precise level 57 P - use maximum detected precise level 63 The 'p' modifier can be used for specifying how precise the instruction 72 For Intel systems precise event sampling is implemented with PEBS 73 which supports up to precise-level 2, and precise level 3 for 76 On AMD systems it is implemented using IBS (up to precise-level 2). 77 The precise modifier works with event types 0x76 (cpu-cycles, CPU
|
D | perf-c2c.txt | 22 On x86, the tool is based on load latency and precise store facility events
|
D | perf-record.txt | 401 abort events and some memory events in precise mode on modern Intel CPUs. 562 buffers (-m). It is generally more precise for higher sizes
|
D | perf-intel-pt.txt | 257 p precise ip
|
/tools/testing/selftests/rcutorture/doc/ |
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/perf/pmu-events/ |
D | jevents.c | 580 jsmntok_t *precise = NULL; in json_events() local 621 precise = val; in json_events() 677 if (precise && je.desc && !strstr(je.desc, "(Precise Event)")) { in json_events() 678 if (json_streq(map, precise, "2")) in json_events()
|
/tools/usb/usbip/ |
D | COPYING | 56 The precise terms and conditions for copying, distribution and
|