Home
last modified time | relevance | path

Searched refs:synthesize (Results 1 – 12 of 12) sorted by relevance

/tools/perf/Documentation/
Ditrace.txt1 i synthesize instructions events
2 y synthesize cycles events
3 b synthesize branches events (branch misses for Arm SPE)
4 c synthesize branches events (calls only)
5 r synthesize branches events (returns only)
6 x synthesize transactions events
7 w synthesize ptwrite events
8 p synthesize power events (incl. PSB events for Intel PT)
9 o synthesize other events recorded due to the use
11 I synthesize interrupt or similar (asynchronous) events
[all …]
Dperf-record.txt655 Collect and synthesize given type of events (comma separated). Note that
665 - 'task' - synthesize FORK and COMM events for each task
666 - 'mmap' - synthesize MMAP events for each process (implies 'task')
667 - 'cgroup' - synthesize CGROUP events for each cgroup
668 - 'all' - synthesize all events (default)
669 - 'no' - do not synthesize any of the above events
671 --tail-synthesize::
691 Implies --tail-synthesize.
700 --num-thread-synthesize::
Dperf-bench.txt236 *synthesize*::
Dperf-intel-pt.txt908 i synthesize "instructions" events
909 y synthesize "cycles" events
910 b synthesize "branches" events
911 x synthesize "transactions" events
912 w synthesize "ptwrite" events
913 p synthesize "power" events (incl. PSB events)
914 c synthesize branches events (calls only)
915 r synthesize branches events (returns only)
916 o synthesize PEBS-via-PT events
917 I synthesize Event Trace events
[all …]
Dperf-top.txt280 --num-thread-synthesize::
/tools/perf/tests/shell/
Dstat_all_pmu.sh14 result=$(perf stat -e "$p" perf bench internals synthesize 2>&1)
Dstat_all_metrics.sh21 result=$(perf stat -M "$m" perf bench internals synthesize 2>&1)
Dstat_all_pfm.sh35 result=$(perf stat --pfm-events "$p" perf bench internals synthesize 2>&1)
/tools/perf/bench/
DBuild13 perf-y += synthesize.o
/tools/perf/util/
Dheader.h110 bool synthesize; member
Dsynthetic-events.c2297 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()
Dheader.c3387 .synthesize = true \