Searched refs:perf_event__output_id_sample (Results 1 – 2 of 2) sorted by relevance
/kernel/events/ |
D | core.c | 6996 void perf_event__output_id_sample(struct perf_event *event, in perf_event__output_id_sample() function 7698 perf_event__output_id_sample(event, &handle, &sample); in perf_event_read_event() 7983 perf_event__output_id_sample(event, &handle, &sample); in perf_event_task_output() 8077 perf_event__output_id_sample(event, &handle, &sample); in perf_event_comm_output() 8176 perf_event__output_id_sample(event, &handle, &sample); in perf_event_namespaces_output() 8299 perf_event__output_id_sample(event, &handle, &sample); in perf_event_cgroup_output() 8454 perf_event__output_id_sample(event, &handle, &sample); in perf_event_mmap_output() 8747 perf_event__output_id_sample(event, &handle, &sample); in perf_event_aux_event() 8781 perf_event__output_id_sample(event, &handle, &sample); in perf_log_lost_samples() 8839 perf_event__output_id_sample(event, &handle, &sample); in perf_event_switch_output() [all …]
|
D | ring_buffer.c | 250 perf_event__output_id_sample(event, handle, data); in __perf_output_begin()
|