Searched refs:synth (Results 1 – 8 of 8) sorted by relevance
/tools/perf/tests/shell/ |
D | record.sh | 100 if ! perf record -aB --synth=no -o "${perfdata}" ${testprog} 2> /dev/null 111 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
|
/tools/perf/tests/ |
D | mmap-thread-lookup.c | 156 static int mmap_events(synth_cb synth) in mmap_events() argument 174 err = synth(machine); in mmap_events()
|
/tools/perf/util/ |
D | record.h | 79 int synth; member
|
D | synthetic-events.c | 2390 int parse_synth_opt(char *synth) in parse_synth_opt() argument 2395 if (synth == NULL) in parse_synth_opt() 2398 for (q = synth; (p = strsep(&q, ",")); p = q) { in parse_synth_opt()
|
/tools/perf/ |
D | builtin-record.c | 1759 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize_workload() 2064 if (rec->opts.synth & PERF_SYNTH_CGROUP) { in record__synthesize() 2079 if (rec->opts.synth & PERF_SYNTH_TASK) { in record__synthesize() 2080 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize() 3253 opts->synth = parse_synth_opt(p); in parse_record_synth_option() 3256 if (opts->synth < 0) { in parse_record_synth_option() 3288 .synth = PERF_SYNTH_ALL,
|
/tools/perf/Documentation/ |
D | perf-script.txt | 135 brstackinsn, brstackinsnlen, brstackoff, callindent, insn, insnlen, synth, 224 The synth field is used by synthesized events which may be created when
|
D | perf-record.txt | 654 --synth=TYPE:: 660 choice in this option. For example, --synth=no would have MMAP events for
|
D | perf-intel-pt.txt | 956 section above. perf script "synth" field displays "ptwrite" information like 965 "event,synth" fields display information like this:
|