Searched refs:append_to_file (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 11060 static int append_to_file(const char *file, const char *fmt, ...) in append_to_file() function 11143 return append_to_file(tracefs_kprobe_events(), "%c:%s/%s %s+0x%zx", in add_kprobe_event_legacy() 11151 return append_to_file(tracefs_kprobe_events(), "-:%s/%s", in remove_kprobe_event_legacy() 11880 return append_to_file(tracefs_uprobe_events(), "%c:%s/%s %s:0x%zx", in add_uprobe_event_legacy() 11888 return append_to_file(tracefs_uprobe_events(), "-:%s/%s", in remove_uprobe_event_legacy()
|