Searched refs:tracefs_uretprobe_alloc (Results 1 – 5 of 5) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-uprobes.txt | 6 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);
|
D | libtracefs.txt | 173 *tracefs_uretprobe_alloc*(const char pass:[*]_system_, const char pass:[*]_event_,
|
/external/libtracefs/src/ |
D | tracefs-uprobes.c | 86 tracefs_uretprobe_alloc(const char *system, const char *event, in tracefs_uretprobe_alloc() function
|
/external/libtracefs/include/ |
D | tracefs.h | 314 tracefs_uretprobe_alloc(const char *system, const char *event,
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 1473 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()
|