Home
last modified time | relevance | path

Searched refs:PERF_TYPE_SYNTH (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Devent.h107 #define PERF_TYPE_SYNTH (INT_MAX + 1U) macro
H A Dpowerpc-vpadtl.c656 attr.type = PERF_TYPE_SYNTH; in powerpc_vpadtl_synth_events()
H A Dintel-pt.c4065 attr.type = PERF_TYPE_SYNTH; in intel_pt_synth_events()
/linux/tools/perf/
H A Dbuiltin-script.c387 case PERF_TYPE_SYNTH: in output_type()
2461 if (attr->type == PERF_TYPE_SYNTH && PRINT_FIELD(SYNTH)) in process_event()
2828 evsel->core.attr.type != PERF_TYPE_SYNTH) in process_attr()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1363 if (es->evsel->core.attr.type == PERF_TYPE_SYNTH && tables->synth_handler) in python_export_sample()