Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtarget.c39 if (target->bpf_str && target->cpu_list) { in target__validate()
46 if (target->bpf_str && target->tid) { in target__validate()
53 if (target->bpf_str && target->per_thread) { in target__validate()
H A Dbpf_counter.c229 char *bpf_str, *bpf_str_, *tok, *saveptr = NULL, *p; in bpf_program_profiler__load() local
233 bpf_str_ = bpf_str = strdup(target->bpf_str); in bpf_program_profiler__load()
234 if (!bpf_str) in bpf_program_profiler__load()
237 while ((tok = strtok_r(bpf_str, ",", &saveptr)) != NULL) { in bpf_program_profiler__load()
242 target->bpf_str); in bpf_program_profiler__load()
253 bpf_str = NULL; in bpf_program_profiler__load()
859 if (target->bpf_str) in bpf_counter__load()
H A Dtarget.h12 const char *bpf_str; member
H A Dstat-display.c1323 if (_target->bpf_str) in print_header_std()
1324 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
/linux/tools/perf/
H A Dbuiltin-stat.c2445 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()