Searched refs:perf_event__output_id_sample (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/events/ |
D | ring_buffer.c | 192 perf_event__output_id_sample(event, handle, &sample_data); in perf_output_begin()
|
D | core.c | 5222 void perf_event__output_id_sample(struct perf_event *event, in perf_event__output_id_sample() function 5648 perf_event__output_id_sample(event, &handle, &sample); in perf_event_read_event() 5777 perf_event__output_id_sample(event, &handle, &sample); in perf_event_task_output() 5870 perf_event__output_id_sample(event, &handle, &sample); in perf_event_comm_output() 6002 perf_event__output_id_sample(event, &handle, &sample); in perf_event_mmap_output() 6192 perf_event__output_id_sample(event, &handle, &sample); in perf_event_aux_event() 6226 perf_event__output_id_sample(event, &handle, &sample); in perf_log_lost_samples() 6284 perf_event__output_id_sample(event, &handle, &sample); in perf_event_switch_output() 6352 perf_event__output_id_sample(event, &handle, &sample); in perf_log_throttle() 6387 perf_event__output_id_sample(event, &handle, &sample); in perf_log_itrace_start()
|
/linux-4.4.14/include/linux/ |
D | perf_event.h | 842 perf_event__output_id_sample(struct perf_event *event,
|