Home
last modified time | relevance | path

Searched refs:tracecmd_get_tep (Results 1 – 20 of 20) sorted by relevance

/external/trace-cmd/Documentation/libtracecmd/
Dlibtracecmd-record.txt7 tracecmd_free_record, tracecmd_get_tep - Read recorded events from a trace file.
19 struct tep_handle pass:[*]*tracecmd_get_tep*(struct tracecmd_input pass:[*]_handle_);
46 The *tracecmd_get_tep()* function returns a tep context for a given
56 The *tracecmd_get_tep()* function returns a pointer to tep context or
Dlibtracecmd-timestamp.txt59 struct tep_handle *tep = tracecmd_get_tep(handle);
Dlibtracecmd.txt28 struct tep_handle pass:[*]*tracecmd_get_tep*(struct tracecmd_input pass:[*]_handle_);
Dlibtracecmd-maps.txt127 tep = tracecmd_get_tep(handles[i]);
Dlibtracecmd-files.txt94 struct tep_handle *tep = tracecmd_get_tep(handle);
Dlibtracecmd-iterate.txt176 struct tep_handle *tep = tracecmd_get_tep(handle);
/external/trace-cmd/tracecmd/
Dtrace-read.c159 struct tep_handle *tep = tracecmd_get_tep(handle); in time_format()
180 struct tep_handle *tep = tracecmd_get_tep(handle); in print_event()
511 pevent = tracecmd_get_tep(handle); in convert_comm_filter()
610 pevent = tracecmd_get_tep(handle); in init_wakeup()
847 pevent = tracecmd_get_tep(handle); in trace_show_data()
1018 tep = tracecmd_get_tep(handles->handle); in skip_record()
1137 tep = tracecmd_get_tep(map->guest_handle); in tep_plugin_kvm_get_func()
1463 struct tep_handle *tep = tracecmd_get_tep(handle); in show_event_ts()
1852 pevent = tracecmd_get_tep(handle); in trace_report()
1965 if (tep_test_flag(tracecmd_get_tep(handle), TEP_NSEC_OUTPUT)) in trace_report()
Dtrace-split.c201 pevent = tracecmd_get_tep(handle); in write_record()
327 pevent = tracecmd_get_tep(handle); in parse_cpu()
Dtrace-mem.c463 struct tep_handle *pevent = tracecmd_get_tep(handle); in do_trace_mem()
Dtrace-hist.c935 struct tep_handle *pevent = tracecmd_get_tep(handle); in do_trace_hist()
Dtrace-profile.c1269 struct tep_handle *pevent = tracecmd_get_tep(handle); in trace_init_profile()
/external/trace-cmd/lib/trace-cmd/
Dtrace-blk-hack.c42 pevent = tracecmd_get_tep(handle); in tracecmd_blk_hack()
Dtrace-filter.c136 tep = tracecmd_get_tep(handle); in tracecmd_filter_add()
Dtrace-ftrace.c453 pevent = tracecmd_get_tep(handle); in tracecmd_ftrace_overrides()
Dtrace-output.c1506 handle->pevent = tracecmd_get_tep(ihandle); in tracecmd_output_set_from_input()
2852 handle->pevent = tracecmd_get_tep(ihandle); in tracecmd_get_output_handle_fd()
Dtrace-input.c2648 struct tep_handle *tep = tracecmd_get_tep(handle); in tracecmd_follow_event()
2731 struct tep_handle *tep = tracecmd_get_tep(handle); in call_followers()
2753 struct tep_handle *tep = tracecmd_get_tep(handle); in call_missed_events()
6339 struct tep_handle *tracecmd_get_tep(struct tracecmd_input *handle) in tracecmd_get_tep() function
/external/trace-cmd/include/trace-cmd/
Dtrace-cmd.h43 struct tep_handle *tracecmd_get_tep(struct tracecmd_input *handle);
/external/trace-cmd/python/
Dtracecmd.py183 self._pevent = tracecmd_get_tep(self._handle)
/external/trace-cmd/utest/
Dtracecmd-utest.c451 struct tep_handle *tep = tracecmd_get_tep(handle); in read_events()
/external/libtraceevent/Documentation/
Dlibtraceevent-kvm-plugin.txt156 tep_print_event(tracecmd_get_tep(handle), &seq, record,