Home
last modified time | relevance | path

Searched refs:tep_find_common_field (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_find.txt6 tep_find_common_field, tep_find_field, tep_find_any_field -
15 struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const cha…
56 field = tep_find_common_field(event, "common_pid");
Dlibtraceevent-field_read.txt42 struct tep_format_field *field_pid = tep_find_common_field(event, "common_pid");
Dlibtraceevent-field_print.txt72 struct tep_format_field *field_pid = tep_find_common_field(event, "common_pid");
Dlibtraceevent.txt85 …struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const ch…
/linux-6.1.9/tools/perf/util/
Dtrace-event-parse.c28 field = tep_find_common_field(event, type); in get_common_field()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h514 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name);
Devent-parse.c3382 tep_find_common_field(struct tep_event *event, const char *name) in tep_find_common_field() function
3431 format = tep_find_common_field(event, name); in tep_find_any_field()
3512 field = tep_find_common_field(event, type); in get_common_info()
7062 field = tep_find_common_field(event, name); in tep_get_common_field_val()