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

/linux-master/tools/perf/util/
H A Dtarget.c60 if (target->bpf_str && target->cpu_list) {
67 if (target->bpf_str && target->tid) {
74 if (target->bpf_str && target->uid_str) {
81 if (target->bpf_str && target->per_thread) {
H A Dtarget.h13 const char *bpf_str; member in struct:target
H A Dbpf_counter.c171 char *bpf_str, *bpf_str_, *tok, *saveptr = NULL, *p; local
175 bpf_str_ = bpf_str = strdup(target->bpf_str);
176 if (!bpf_str)
179 while ((tok = strtok_r(bpf_str, ",", &saveptr)) != NULL) {
184 target->bpf_str);
195 bpf_str = NULL;
781 if (target->bpf_str)
H A Dstat-display.c1312 if (_target->bpf_str)
1313 fprintf(output, "\'BPF program(s) %s", _target->bpf_str);
/linux-master/tools/perf/
H A Dbuiltin-stat.c1178 OPT_STRING('b', "bpf-prog", &target.bpf_str, "bpf-prog-id",

Completed in 335 milliseconds