Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 10 of 10) sorted by relevance

/tools/perf/tests/shell/
A Drecord.sh125 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 Damd-ibs-swfilt.sh49 perf record -aB --synth=no -e ibs_op/swfilt/k -o /dev/null true
A Drecord_bpf_filter.sh154 -a --all-cgroups --synth=cgroup -o "${perfdata}" true 2> /dev/null
/tools/perf/tests/
A Dmmap-thread-lookup.c157 static int mmap_events(synth_cb synth) in mmap_events() argument
177 err = synth(machine); in mmap_events()
/tools/perf/util/
A Drecord.h80 int synth; member
A Dsynthetic-events.c2505 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 Dbuiltin-record.c1835 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 Dperf-script.txt136 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 Dperf-record.txt677 --synth=TYPE::
683 choice in this option. For example, --synth=no would have MMAP events for
A Dperf-intel-pt.txt1014 section above. perf script "synth" field displays "ptwrite" information like
1023 "event,synth" fields display information like this:

Completed in 25 milliseconds