Searched refs:tep_find_field (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_find.txt | 6 tep_find_common_field, tep_find_field, tep_find_any_field - 16 struct tep_format_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char… 65 field = tep_find_field(event, "softexpires");
|
D | libtraceevent.txt | 86 …struct tep_format_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const cha…
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_kmem.c | 20 field = tep_find_field(event, "call_site"); in call_site_handler()
|
D | plugin_mac80211.c | 17 struct tep_format_field *f = tep_find_field(event, name); in print_string()
|
/Linux-v5.10/tools/lib/traceevent/ |
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() 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(event, name); in tep_get_field_val() 7087 struct tep_format_field *field = tep_find_field(event, name); in tep_print_num_field() [all …]
|
D | event-parse.h | 514 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
|
/Linux-v5.10/tools/perf/util/ |
D | evsel.c | 2429 return tep_find_field(evsel->tp_format, name); in evsel__field()
|