Searched refs:tep_print_event (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_print.txt | 6 tep_print_event - Writes event information into a trace sequence. 15 void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seqpass:[*]_s_, struct tep_rec… 87 tep_print_event(tep, s, record, "%16s-%-5d [%03d] %s %6.1000d %s %s",
|
D | libtraceevent.txt | 57 …void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_r…
|
/linux-6.1.9/tools/perf/util/ |
D | trace-event-parse.c | 112 tep_print_event(event->tep, &s, &record, "%s", TEP_PRINT_INFO); in event_format__fprintf()
|
D | sort.c | 762 tep_print_event(evsel->tp_format->tep, in get_trace_output()
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.h | 460 void tep_print_event(struct tep_handle *tep, struct trace_seq *s,
|
D | event-parse.c | 6197 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event() function
|
/linux-6.1.9/tools/perf/ |
D | builtin-kmem.c | 765 tep_print_event(evsel->tp_format->tep, in parse_gfp_flags()
|