Home
last modified time | relevance | path

Searched refs:tep_print_func_field (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_hrtimer.c28 tep_print_func_field(s, " function=%s", event, "function", in timer_expire_handler()
44 tep_print_func_field(s, " function=%s", event, "function", in timer_start_handler()
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_print.txt6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field -
19 int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event…
86 tep_print_func_field(&seq, " timer function is %s ", event, "function", record, 0);
Dlibtraceevent-reg_event_handler.txt89 tep_print_func_field(s, " function=%s", event, "function", record, 0);
Dlibtraceevent.txt82 …int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_even…
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h492 int tep_print_func_field(struct trace_seq *s, const char *fmt,
Devent-parse.c7137 int tep_print_func_field(struct trace_seq *s, const char *fmt, in tep_print_func_field() function