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

/linux-4.1.27/tools/perf/util/
H A Dtarget.h51 static inline bool target__has_task(struct target *target) target__has_task() function
63 return !target__has_task(target) && !target__has_cpu(target); target__none()
72 else if (target__has_task(target) || target__uses_dummy_map()
H A Dmachine.c1776 if (target__has_task(target)) __machine__synthesize_threads()
/linux-4.1.27/tools/perf/
H A Dbuiltin-stat.c307 if (!target__has_task(&target) && perf_evsel__is_group_leader(evsel)) { create_perf_stat_counter()
1417 else if (!target__has_task(&target)) { print_stat()
1878 if (target__has_task(&target)) { cmd_stat()
H A Dbuiltin-trace.c2225 * Better not use !target__has_task() here because we need to cover the trace__run()

Completed in 118 milliseconds