Searched refs:tep_print_func_field (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/lib/traceevent/plugins/ |
D | plugin_hrtimer.c | 43 tep_print_func_field(s, " function=%s", event, "function", in timer_expire_handler() 59 tep_print_func_field(s, " function=%s", event, "function", in timer_start_handler()
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_print.txt | 6 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);
|
D | libtraceevent-reg_event_handler.txt | 89 tep_print_func_field(s, " function=%s", event, "function", record, 0);
|
D | libtraceevent.txt | 82 …int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_even…
|
/Linux-v5.4/tools/lib/traceevent/ |
D | event-parse.h | 487 int tep_print_func_field(struct trace_seq *s, const char *fmt,
|
D | event-parse.c | 6586 int tep_print_func_field(struct trace_seq *s, const char *fmt, in tep_print_func_field() function
|