Searched refs:tep_get_common_field_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/verification/rv/src/ |
H A D | in_kernel.c | 352 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_event_handler() 401 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_error_handler()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_aa.c | 181 tep_get_common_field_val(s, event, "common_pid", record, &taa_data->run_thread_pid, 1); in timerlat_aa_irq_latency() 441 tep_get_common_field_val(s, event, "common_pid", record, &pid, 1); in timerlat_aa_thread_handler()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 480 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event,
|
H A D | event-parse.c | 7022 * tep_get_common_field_val - find a common field and return its value 7032 int tep_get_common_field_val(struct trace_seq *s, struct tep_event *event, in tep_get_common_field_val() function
|
Completed in 13 milliseconds