Searched refs:target__has_task (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Dtarget.h60 static inline bool target__has_task(struct target *target) function
72 return !target__has_task(target) && !target__has_cpu(target);
97 else if (target__has_task(target) ||
H A Dbpf_ftrace.c45 if (target__has_task(&ftrace->target) || target__none(&ftrace->target)) {
71 if (target__has_task(&ftrace->target) || target__none(&ftrace->target)) {
H A Dbpf_off_cpu.c176 } else if (target__has_task(target)) {
239 } else if (target__has_task(target)) {
H A Dbpf_lock_contention.c51 if (target__has_task(target))
111 if (target__has_task(target)) {
H A Dstat-display.c1318 else if (!target__has_task(_target)) {
H A Dsynthetic-events.c1951 if (target__has_task(target))
/linux-master/tools/perf/
H A Dbuiltin-stat.c531 if (!target__has_task(_target))
2685 !target__has_task(&target)) {
2782 if (target__has_task(&target)) {
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c781 !target__has_task(&opts->target);

Completed in 164 milliseconds