Searched refs:tep_find_field (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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.4/tools/lib/traceevent/plugins/ | 
| D | plugin_kmem.c | 35 	field = tep_find_field(event, "call_site");  in call_site_handler()
  | 
| D | plugin_mac80211.c | 32 	struct tep_format_field *f = tep_find_field(event, name);  in print_string()
  | 
| /Linux-v5.4/tools/lib/traceevent/ | 
| D | event-parse.c | 2775 	field = tep_find_field(event, token);  in process_dynamic_array() 2832 	field = tep_find_field(event, token);  in process_dynamic_array_len() 3356 tep_find_field(struct tep_event *event, const char *name)  in tep_find_field()  function 3386 	return tep_find_field(event, name);  in tep_find_any_field() 4303 		field = tep_find_field(event, "buf");  in make_bprint_args() 4308 		ip_field = tep_find_field(event, "ip");  in make_bprint_args() 4488 		field = tep_find_field(event, "fmt");  in get_bprint_format() 6442 	field = tep_find_field(event, name);  in tep_get_field_raw() 6486 	field = tep_find_field(event, name);  in tep_get_field_val() 6557 	struct tep_format_field *field = tep_find_field(event, name);  in tep_print_num_field() [all …] 
 | 
| D | event-parse.h | 510 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name);
  | 
| /Linux-v5.4/tools/perf/util/ | 
| D | evsel.c | 2258 	return tep_find_field(evsel->tp_format, name);  in perf_evsel__field()
  |