Searched refs:synthesize (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/tests/shell/
H A Dstat_all_pmu.sh14 result=$(perf stat -e "$p" perf bench internals synthesize 2>&1)
H A Dstat_all_metrics.sh21 result=$(perf stat -M "$m" perf bench internals synthesize 2>&1)
H A Dstat_all_pfm.sh35 result=$(perf stat --pfm-events "$p" perf bench internals synthesize 2>&1)
/linux-master/tools/perf/util/
H A Dheader.h110 bool synthesize; member in struct:perf_header_feature_ops
H A Dsynthetic-events.c2110 pr_err("Couldn't synthesize evsel unit.\n");
2118 pr_err("Couldn't synthesize evsel evsel.\n");
2126 pr_err("Couldn't synthesize evsel cpus.\n");
2138 pr_err("Couldn't synthesize evsel name.\n");
2260 pr_err("Couldn't synthesize attrs.\n");
2268 pr_err("Couldn't synthesize thread map.\n");
2274 pr_err("Couldn't synthesize thread map.\n");
2280 pr_err("Couldn't synthesize config.\n");
2313 if (!feat_ops[feat].synthesize) {
2362 * We need to synthesize event
[all...]
H A Dheader.c3410 .synthesize = true \

Completed in 148 milliseconds