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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.h 7 struct perf_target { struct
44 enum perf_target_errno perf_target__validate(struct perf_target *target);
45 enum perf_target_errno perf_target__parse_uid(struct perf_target *target);
47 int perf_target__strerror(struct perf_target *target, int errnum, char *buf,
50 static inline bool perf_target__has_task(struct perf_target *target)
55 static inline bool perf_target__has_cpu(struct perf_target *target)
60 static inline bool perf_target__none(struct perf_target *target)
target.c 16 enum perf_target_errno perf_target__validate(struct perf_target *target)
61 enum perf_target_errno perf_target__parse_uid(struct perf_target *target)
107 int perf_target__strerror(struct perf_target *target, int errnum,
evlist.h 103 struct perf_target *target,
132 struct perf_target *target);
top.c 30 struct perf_target *target = &opts->target;
evsel.h 308 struct perf_target *target,
evlist.c 736 struct perf_target *target)
956 struct perf_target *target,
evsel.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
task-exit.c 31 struct perf_target target = {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.h 219 struct perf_target target;
builtin-top.c 1067 struct perf_target *target = &opts->target;
builtin-stat.c 75 static struct perf_target target = {
    [all...]

Completed in 1521 milliseconds