Home
last modified time | relevance | path

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

/tools/perf/util/
Devent.h163 #define PERF_TYPE_SYNTH (INT_MAX + 1U) macro
Dintel-pt.c3074 attr.type = PERF_TYPE_SYNTH; in intel_pt_synth_events()
/tools/perf/
Dbuiltin-script.c338 case PERF_TYPE_SYNTH: in output_type()
349 return PERF_TYPE_SYNTH; in attr_type()
1962 if (attr->type == PERF_TYPE_SYNTH && PRINT_FIELD(SYNTH)) in process_event()
2180 evsel->core.attr.type != PERF_TYPE_SYNTH) in process_attr()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1202 if (es->evsel->core.attr.type == PERF_TYPE_SYNTH && tables->synth_handler) in python_export_sample()