Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dbpf-loader.c932 #define EVENTS_WRITE_BUFSIZE 4096 macro
947 char name_buf[EVENTS_WRITE_BUFSIZE]; in bpf__unprobe()
950 snprintf(name_buf, EVENTS_WRITE_BUFSIZE, in bpf__unprobe()
952 name_buf[EVENTS_WRITE_BUFSIZE - 1] = '\0'; in bpf__unprobe()