Home
last modified time | relevance | path

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

/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.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()
769 if (target->bpf_str) in bpf_counter__load()
Dtarget.h13 const char *bpf_str; member
Dstat-display.c1094 if (_target->bpf_str) in print_header()
1095 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header()
/tools/perf/
Dbuiltin-stat.c1169 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id",