HomeSort by relevance Sort by last modified time
    Searched refs:perf_target__has_cpu (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.h 55 static inline bool perf_target__has_cpu(struct perf_target *target) function
62 return !perf_target__has_task(target) && !perf_target__has_cpu(target);
evsel.c 648 if (perf_target__has_cpu(&opts->target))
656 perf_target__has_cpu(&opts->target)))
    [all...]
evlist.c 746 else if (!perf_target__has_cpu(target) && !target->uses_mmap)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 252 if (perf_target__has_cpu(&target))
    [all...]
builtin-record.c 523 else if (perf_target__has_cpu(&opts->target))

Completed in 266 milliseconds