Searched refs:synthesize (Results 1 – 12 of 12) sorted by relevance
1 i synthesize instructions events2 y synthesize cycles events3 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 events7 w synthesize ptwrite events8 p synthesize power events (incl. PSB events for Intel PT)9 o synthesize other events recorded due to the use11 I synthesize interrupt or similar (asynchronous) events[all …]
655 Collect and synthesize given type of events (comma separated). Note that665 - 'task' - synthesize FORK and COMM events for each task666 - 'mmap' - synthesize MMAP events for each process (implies 'task')667 - 'cgroup' - synthesize CGROUP events for each cgroup668 - 'all' - synthesize all events (default)669 - 'no' - do not synthesize any of the above events671 --tail-synthesize::691 Implies --tail-synthesize.700 --num-thread-synthesize::
236 *synthesize*::
908 i synthesize "instructions" events909 y synthesize "cycles" events910 b synthesize "branches" events911 x synthesize "transactions" events912 w synthesize "ptwrite" events913 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 events917 I synthesize Event Trace events[all …]
280 --num-thread-synthesize::
14 result=$(perf stat -e "$p" perf bench internals synthesize 2>&1)
21 result=$(perf stat -M "$m" perf bench internals synthesize 2>&1)
35 result=$(perf stat --pfm-events "$p" perf bench internals synthesize 2>&1)
13 perf-y += synthesize.o
110 bool synthesize; member
2297 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()
3387 .synthesize = true \