Searched refs:tep_find_field (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_kmem.c | 20 field = tep_find_field(event, "call_site"); in call_site_handler()
|
H A D | plugin_mac80211.c | 17 struct tep_format_field *f = tep_find_field(event, name); in print_string()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 2776 field = tep_find_field(event, token); in process_dynamic_array() 2833 field = tep_find_field(event, token); in process_dynamic_array_len() 3382 * tep_find_field - find a non-common field 3390 tep_find_field(struct tep_event *event, const char *name) in tep_find_field() function 3420 return tep_find_field(event, name); in tep_find_any_field() 4337 field = tep_find_field(event, "buf"); in make_bprint_args() 4342 ip_field = tep_find_field(event, "ip"); in make_bprint_args() 4524 field = tep_find_field(event, "fmt"); in get_bprint_format() 6972 field = tep_find_field(event, name); in tep_get_field_raw() 7016 field = tep_find_field(even in tep_get_field_val() [all...] |
H A D | event-parse.h | 514 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 2438 return tep_find_field(evsel->tp_format, name); in evsel__field()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 2765 return tep_find_field(evsel->tp_format, name); in evsel__field()
|
Completed in 17 milliseconds