Searched refs:path_buf (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dcache.h29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
H A Dpath.c24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) argument
30 len = vsnprintf(path_buf, sz, fmt, args);
33 strncpy(path_buf, "/bad-path/", sz);
34 return cleanup_path(path_buf);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c406 char path[PATH_MAX], path_buf[PATH_MAX]; local
422 info.uprobe_multi.path = ptr_to_u64(path_buf);
423 info.uprobe_multi.path_size = sizeof(path_buf);
445 ASSERT_STREQ(path_buf, path, "info.uprobe_multi.path");
/linux-master/tools/bpf/bpftool/
H A Dlink.c970 char path_buf[PATH_MAX]; local
1048 info.uprobe_multi.path = ptr_to_u64(path_buf);
1049 info.uprobe_multi.path_size = sizeof(path_buf);

Completed in 105 milliseconds