Searched refs:perf_event__output_id_sample (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/events/ |
D | ring_buffer.c | 220 perf_event__output_id_sample(event, handle, &sample_data); in __perf_output_begin()
|
D | core.c | 6045 void perf_event__output_id_sample(struct perf_event *event, in perf_event__output_id_sample() function 6578 perf_event__output_id_sample(event, &handle, &sample); in perf_event_read_event() 6855 perf_event__output_id_sample(event, &handle, &sample); in perf_event_task_output() 6949 perf_event__output_id_sample(event, &handle, &sample); in perf_event_comm_output() 7048 perf_event__output_id_sample(event, &handle, &sample); in perf_event_namespaces_output() 7211 perf_event__output_id_sample(event, &handle, &sample); in perf_event_mmap_output() 7485 perf_event__output_id_sample(event, &handle, &sample); in perf_event_aux_event() 7519 perf_event__output_id_sample(event, &handle, &sample); in perf_log_lost_samples() 7577 perf_event__output_id_sample(event, &handle, &sample); in perf_event_switch_output() 7649 perf_event__output_id_sample(event, &handle, &sample); in perf_log_throttle() [all …]
|
/Linux-v4.19/include/linux/ |
D | perf_event.h | 1000 perf_event__output_id_sample(struct perf_event *event,
|