Home
last modified time | relevance | path

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

/external/libtraceevent/Documentation/
Dlibtraceevent-event_print.txt6 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…
21 The *tep_print_event()* function parses the event information of the given
87 tep_print_event(tep, s, record, "%16s-%-5d [%03d] %s %6.1000d %s %s",
Dlibtraceevent-kvm-plugin.txt156 tep_print_event(tracecmd_get_tep(handle), &seq, record,
Dlibtraceevent.txt80 …void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_r…
/external/libtraceevent/utest/
Dtraceevent-utest.c247 tep_print_event(test_tep, test_seq, &record, "%s", TEP_PRINT_INFO); in parse_dyn_str()
284 tep_print_event(test_tep, test_seq, &record, "%s", TEP_PRINT_INFO); in parse_cpumask()
359 tep_print_event(test_tep, test_seq, &record, "%s", TEP_PRINT_INFO); in test_parse_sizeof()
/external/trace-cmd/tracecmd/
Dtrace-read.c192 tep_print_event(tep, s, record, lfmt, TEP_PRINT_COMM, in print_event()
194 tep_print_event(tep, s, record, tfmt, TEP_PRINT_TIME); in print_event()
196 tep_print_event(tep, s, record, "%s", format_type); in print_event()
865 tep_print_event(pevent, &s, record, cfmt, in trace_show_data()
875 tep_print_event(pevent, &s, record, "%s", in trace_show_data()
879 tep_print_event(pevent, &s, record, tfmt, TEP_PRINT_TIME); in trace_show_data()
897 tep_print_event(pevent, &s, record, "%s", format_type); in trace_show_data()
/external/libtraceevent/plugins/
Dplugin_function.c200 tep_print_event(tep, s, &dummy, tep_func_repeat_format, TEP_PRINT_TIME); in trace_func_repeat_handler()
/external/libtracefs/Documentation/
Dlibtracefs-eprobes.txt55 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
Dlibtracefs-uprobes.txt58 tep_print_event(event->tep, &seq, record, "%d-%s: %s",
Dlibtracefs-iterator.txt106 tep_print_event(event->tep, &seq, record, "%16s-%-5d [%03d] %6.1000d %s: %s\n",
Dlibtracefs-kprobes.txt106 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
Dlibtracefs-dynevents.txt137 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
/external/libtraceevent/include/traceevent/
Devent-parse.h470 void tep_print_event(struct tep_handle *tep, struct trace_seq *s,
/external/libtraceevent/src/
Devent-parse.c7155 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event() function