Searched refs:synth (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/tests/shell/ |
| A D | record.sh | 125 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null 136 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \ 216 if ! perf record -aB --synth=cgroup --all-cgroups -o "${perfdata}" ${testprog} 2> /dev/null 238 if ! perf record -aB --synth=no --uid "$(id -u)" -o "${perfdata}" ${testprog} \
|
| A D | amd-ibs-swfilt.sh | 49 perf record -aB --synth=no -e ibs_op/swfilt/k -o /dev/null true
|
| A D | record_bpf_filter.sh | 154 -a --all-cgroups --synth=cgroup -o "${perfdata}" true 2> /dev/null
|
| /tools/perf/tests/ |
| A D | mmap-thread-lookup.c | 157 static int mmap_events(synth_cb synth) in mmap_events() argument 177 err = synth(machine); in mmap_events()
|
| /tools/perf/util/ |
| A D | record.h | 80 int synth; member
|
| A D | synthetic-events.c | 2505 int parse_synth_opt(char *synth) in parse_synth_opt() argument 2510 if (synth == NULL) in parse_synth_opt() 2513 for (q = synth; (p = strsep(&q, ",")); p = q) { in parse_synth_opt()
|
| /tools/perf/ |
| A D | builtin-record.c | 1835 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize_workload() 2138 if (rec->opts.synth & PERF_SYNTH_CGROUP) { in record__synthesize() 2153 if (rec->opts.synth & PERF_SYNTH_TASK) { in record__synthesize() 2154 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize() 3386 opts->synth = parse_synth_opt(p); in parse_record_synth_option() 3389 if (opts->synth < 0) { in parse_record_synth_option() 3421 .synth = PERF_SYNTH_ALL,
|
| /tools/perf/Documentation/ |
| A D | perf-script.txt | 136 insnlen, synth, phys_addr, metric, misc, srccode, ipc, data_page_size, 225 The synth field is used by synthesized events which may be created when
|
| A D | perf-record.txt | 677 --synth=TYPE:: 683 choice in this option. For example, --synth=no would have MMAP events for
|
| A D | perf-intel-pt.txt | 1014 section above. perf script "synth" field displays "ptwrite" information like 1023 "event,synth" fields display information like this:
|
Completed in 25 milliseconds