Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtrace-event-parse.c44 field = tep_find_common_field(event, type); in get_common_field()
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.h689 struct format_field *tep_find_common_field(struct event_format *event, const char *name);
Devent-parse.c3262 tep_find_common_field(struct event_format *event, const char *name) in tep_find_common_field() function
3311 format = tep_find_common_field(event, name); in tep_find_any_field()
3389 field = tep_find_common_field(event, type); in get_common_info()
6346 field = tep_find_common_field(event, name); in tep_get_common_field_val()