Home
last modified time | relevance | path

Searched refs:tracefs_uretprobe_alloc (Results 1 – 5 of 5) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-uprobes.txt6 tracefs_uprobe_alloc,tracefs_uretprobe_alloc - Allocate new user (return) probe
18 *tracefs_uretprobe_alloc*(const char pass:[*]_system_, const char pass:[*]_event_,
31 The *tracefs_uretprobe_alloc*() behaves the same as *tracefs_uprobe_alloc*(), the only difference is
36 The *tracefs_uprobe_alloc*() and *tracefs_uretprobe_alloc*() APIs return a pointer to an allocated
108 uretprobe = tracefs_uretprobe_alloc(myprobe, "user_retprobe", argv[2], addr, NULL);
Dlibtracefs.txt173 *tracefs_uretprobe_alloc*(const char pass:[*]_system_, const char pass:[*]_event_,
/external/libtracefs/src/
Dtracefs-uprobes.c86 tracefs_uretprobe_alloc(const char *system, const char *event, in tracefs_uretprobe_alloc() function
/external/libtracefs/include/
Dtracefs.h314 tracefs_uretprobe_alloc(const char *system, const char *event,
/external/libtracefs/utest/
Dtracefs-utest.c1473 CU_TEST(tracefs_uretprobe_alloc(NULL, NULL, self, 0, NULL) == NULL); in test_uprobes_instance()
1474 CU_TEST(tracefs_uretprobe_alloc(NULL, "test", NULL, 0, NULL) == NULL); in test_uprobes_instance()
1481 duprobes[i] = tracefs_uretprobe_alloc(utests[i].system, utests[i].event, in test_uprobes_instance()