Home
last modified time | relevance | path

Searched refs:PERF_AUX_FLAG_PARTIAL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1253 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1253 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/openbmc/linux/arch/x86/events/intel/
H A Dpt.c423 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start()
1552 PERF_AUX_FLAG_PARTIAL); in intel_pt_handle_vmx()
/openbmc/linux/tools/perf/util/
H A Devent.c436 event->aux.flags & PERF_AUX_FLAG_PARTIAL ? "P" : ""); in perf_event__fprintf_aux()
H A Dsession.c1599 if (event->aux.flags & PERF_AUX_FLAG_PARTIAL) in machines__deliver_event()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c610 PERF_AUX_FLAG_PARTIAL); in arm_spe_pmu_buf_get_fault_act()