Home
last modified time | relevance | path

Searched refs:tep_list_events (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_list.txt6 tep_list_events, tep_list_events_copy -
21 struct tep_event pass:[*]pass:[*]*tep_list_events*(struct tep_handle pass:[*]_tep_, enum tep_event_…
66 events = tep_list_events(tep, TEP_EVENT_SORT_ID);
Dlibtraceevent.txt55 …struct tep_event pass:[*]pass:[*]*tep_list_events*(struct tep_handle pass:[*]_tep_, enum tep_event…
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h551 struct tep_event **tep_list_events(struct tep_handle *tep, enum tep_event_sort_type);
Devent-parse.c6342 struct tep_event **tep_list_events(struct tep_handle *tep, in tep_list_events() function
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-perl.c612 all_events = tep_list_events(pevent, TEP_EVENT_SORT_ID); in perl_generate_script()
Dtrace-event-python.c2024 all_events = tep_list_events(pevent, TEP_EVENT_SORT_ID); in python_generate_script()