Home
last modified time | relevance | path

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

/external/libtracefs/Documentation/
Dlibtracefs-snapshot.txt128 tracefs_iterate_snapshot_events(tep, instance, NULL, 0, callback, NULL);
156 *tracefs_iterate_snapshot_events*(3)
Dlibtracefs-iterator.txt7 tracefs_follow_event_clear, tracefs_follow_missed_events_clear, tracefs_iterate_snapshot_events - I…
37 int *tracefs_iterate_snapshot_events*(struct tep_handle pass:[*]_tep_, struct tracefs_instance pass…
62 The *tracefs_iterate_snapshot_events()* works the same as *tracefs_iterate_raw_events()*
Dlibtracefs.txt104 …int *tracefs_iterate_snapshot_events*(struct tep_handle pass:[*]_tep_, struct tracefs_instance pas…
/external/libtracefs/include/
Dtracefs.h685 int tracefs_iterate_snapshot_events(struct tep_handle *tep,
/external/libtracefs/src/
Dtracefs-events.c567 int tracefs_iterate_snapshot_events(struct tep_handle *tep, in tracefs_iterate_snapshot_events() function
/external/libtracefs/utest/
Dtracefs-utest.c267 ret = tracefs_iterate_snapshot_events(test_tep, instance, cpuset, cpu_size, in iter_raw_events_on_cpu()