Searched refs:tep_print_event (Results 1 – 13 of 13) sorted by relevance
/external/libtraceevent/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… 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",
|
D | libtraceevent-kvm-plugin.txt | 156 tep_print_event(tracecmd_get_tep(handle), &seq, record,
|
D | libtraceevent.txt | 80 …void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_r…
|
/external/libtraceevent/utest/ |
D | traceevent-utest.c | 247 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/ |
D | trace-read.c | 192 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/ |
D | plugin_function.c | 200 tep_print_event(tep, s, &dummy, tep_func_repeat_format, TEP_PRINT_TIME); in trace_func_repeat_handler()
|
/external/libtracefs/Documentation/ |
D | libtracefs-eprobes.txt | 55 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
|
D | libtracefs-uprobes.txt | 58 tep_print_event(event->tep, &seq, record, "%d-%s: %s",
|
D | libtracefs-iterator.txt | 106 tep_print_event(event->tep, &seq, record, "%16s-%-5d [%03d] %6.1000d %s: %s\n",
|
D | libtracefs-kprobes.txt | 106 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
|
D | libtracefs-dynevents.txt | 137 tep_print_event(event->tep, &seq, record, "%d-%s: ", TEP_PRINT_PID, TEP_PRINT_COMM);
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 470 void tep_print_event(struct tep_handle *tep, struct trace_seq *s,
|
/external/libtraceevent/src/ |
D | event-parse.c | 7155 void tep_print_event(struct tep_handle *tep, struct trace_seq *s, in tep_print_event() function
|