Searched refs:bpf_str (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | target.c | 39 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 D | bpf_counter.c | 229 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 D | target.h | 12 const char *bpf_str; member
|
| H A D | stat-display.c | 1323 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 D | builtin-stat.c | 2445 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()
|