diff options
| author | Namhyung Kim <[email protected]> | 2021-08-11 04:46:58 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-09-17 11:55:00 +0000 |
| commit | 41b740b6e8a994e5830daa5e15785522874f7456 (patch) | |
| tree | f3c9a6d337e2972a6dbe35830bb27a04651a02d4 /tools/perf/util/annotate.c | |
| parent | perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin... (diff) | |
| download | kernel-41b740b6e8a994e5830daa5e15785522874f7456.tar.gz kernel-41b740b6e8a994e5830daa5e15785522874f7456.zip | |
perf record: Add --synth option
Add an option to control the synthesizing behavior.
--synth <no|all|task|mmap|cgroup>
Fine-tune event synthesis: default=all
This can be useful when we know it doesn't need some synthesis like
in a specific usecase and/or when using pipe:
$ perf record -a --all-cgroups --synth cgroup -o- sleep 1 | \
> perf report -i- -s cgroup
Committer notes:
Added a clarification to the man page entry for --synth that this is
about pre-existing threads.
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jin Yao <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: https //lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
0 files changed, 0 insertions, 0 deletions
