Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dtarget.c60 if (target->bpf_str && target->cpu_list) { in target__validate()
67 if (target->bpf_str && target->tid) { in target__validate()
74 if (target->bpf_str && target->uid_str) { in target__validate()
81 if (target->bpf_str && target->per_thread) { in target__validate()
A Dbpf_counter.c169 char *bpf_str, *bpf_str_, *tok, *saveptr = NULL, *p; in bpf_program_profiler__load() local
173 bpf_str_ = bpf_str = strdup(target->bpf_str); in bpf_program_profiler__load()
174 if (!bpf_str) in bpf_program_profiler__load()
177 while ((tok = strtok_r(bpf_str, ",", &saveptr)) != NULL) { in bpf_program_profiler__load()
182 target->bpf_str); in bpf_program_profiler__load()
192 bpf_str = NULL; in bpf_program_profiler__load()
797 if (target->bpf_str) in bpf_counter__load()
A Dtarget.h13 const char *bpf_str; member
A Dstat-display.c1172 if (_target->bpf_str) in print_header_std()
1173 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-stat.c1178 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id",

Completed in 14 milliseconds