Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
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()
Dbpf_counter.c171 char *bpf_str, *bpf_str_, *tok, *saveptr = NULL, *p; in bpf_program_profiler__load() local
175 bpf_str_ = bpf_str = strdup(target->bpf_str); in bpf_program_profiler__load()
176 if (!bpf_str) in bpf_program_profiler__load()
179 while ((tok = strtok_r(bpf_str, ",", &saveptr)) != NULL) { in bpf_program_profiler__load()
184 target->bpf_str); in bpf_program_profiler__load()
195 bpf_str = NULL; in bpf_program_profiler__load()
781 if (target->bpf_str) in bpf_counter__load()
Dtarget.h13 const char *bpf_str; member
Dstat-display.c1330 if (_target->bpf_str) in print_header_std()
1331 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
/linux-6.12.1/tools/perf/
Dbuiltin-stat.c2395 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id", in cmd_stat()