Home
last modified time | relevance | path

Searched refs:evsel__tp_format (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/util/
H A Devsel_fprintf.c91 tp_format = evsel__tp_format(evsel); in evsel__fprintf()
H A Dtrace-event-scripting.c111 const struct tep_event *tp_format = evsel__tp_format(evsel); in scripting_context__update()
H A Ddata-convert-json.c248 struct tep_event *tp_format = evsel__tp_format(evsel); in process_sample_event()
H A Devsel.h277 struct tep_event *evsel__tp_format(struct evsel *evsel);
H A Ddata-convert-bt.c436 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_values()
1080 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_types()
H A Dsort.c1115 tp_format = evsel__tp_format(evsel); in get_trace_output()
3398 struct tep_event *tp_format = evsel__tp_format(evsel); in add_evsel_fields()
3440 tp_format = evsel__tp_format(evsel); in add_all_matching_fields()
3526 struct tep_event *tp_format = evsel__tp_format(evsel); in add_dynamic_entry()
H A Devsel.c634 struct tep_event *evsel__tp_format(struct evsel *evsel) in evsel__tp_format() function
3663 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__field()
3670 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__common_field()
H A Dpython.c343 struct tep_event *tp_format = evsel__tp_format(evsel); in get_tracepoint_field()
/linux/tools/perf/
H A Dbuiltin-trace.c406 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__syscall_arg_fmt()
2242 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__init_tp_arg_scnprintf()
3189 const struct tep_event *tp_format = evsel__tp_format(evsel); in trace__fprintf_tp_fields()
3312 const struct tep_event *tp_format = evsel__tp_format(evsel); in trace__event_handler()
4241 tp_format = evsel__tp_format(evsel); in evsel__find_syscall_arg_fmt_by_name()
5101 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__set_syscall_arg_fmt()
5127 tp_format = evsel__tp_format(evsel); in evlist__set_syscall_tp_fields()
H A Dbuiltin-kmem.c776 tp_format = evsel__tp_format(evsel); in parse_gfp_flags()
2017 const struct tep_event *tp_format = evsel ? evsel__tp_format(evsel) : NULL; in cmd_kmem()
H A Dbuiltin-kwork.c1107 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__softirq_name()
H A Dbuiltin-script.c2459 const struct tep_event *tp_format = evsel__tp_format(evsel); in process_event()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c960 event = evsel__tp_format(evsel); in python_process_tracepoint()