Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h1274 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1274 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/linux-6.15/arch/x86/events/intel/
H A Dpt.c427 perf_aux_output_flag(&pt->handle, PERF_AUX_FLAG_PARTIAL); in pt_config_start()
1584 PERF_AUX_FLAG_PARTIAL); in intel_pt_handle_vmx()
/linux-6.15/tools/perf/util/
H A Devent.c456 event->aux.flags & PERF_AUX_FLAG_PARTIAL ? "P" : ""); in perf_event__fprintf_aux()
H A Dsession.c1332 if (event->aux.flags & PERF_AUX_FLAG_PARTIAL) in machines__deliver_event()
/linux-6.15/drivers/perf/
H A Darm_spe_pmu.c603 PERF_AUX_FLAG_PARTIAL); in arm_spe_pmu_buf_get_fault_act()