Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h989 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/Linux-v4.19/include/uapi/linux/
Dperf_event.h989 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/Linux-v4.19/arch/x86/events/intel/
Dpt.c505 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config()
1327 PERF_AUX_FLAG_PARTIAL); in intel_pt_handle_vmx()
/Linux-v4.19/drivers/perf/
Darm_spe_pmu.c574 PERF_AUX_FLAG_PARTIAL); in arm_spe_pmu_buf_get_fault_act()
/Linux-v4.19/tools/perf/util/
Devent.c1439 event->aux.flags & PERF_AUX_FLAG_PARTIAL ? "P" : ""); in perf_event__fprintf_aux()
Dsession.c1306 if (event->aux.flags & PERF_AUX_FLAG_PARTIAL) in machines__deliver_event()