Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 40) sorted by relevance

12

/tools/perf/util/
Dtarget.h8 struct target { struct
20 enum target_errno { argument
52 static inline bool target__has_task(struct target *target) in target__has_task()
57 static inline bool target__has_cpu(struct target *target) in target__has_cpu()
62 static inline bool target__none(struct target *target) in target__none()
67 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread()
72 static inline bool target__uses_dummy_map(struct target *target) in target__uses_dummy_map()
Dtarget.c17 enum target_errno target__validate(struct target *target) in target__validate()
69 enum target_errno target__parse_uid(struct target *target) in target__parse_uid()
116 int target__strerror(struct target *target, int errnum, in target__strerror()
Dtop.c29 struct target *target = &opts->target; in perf_top__header_snprintf() local
Dbpf-prologue.c328 struct bpf_insn *target; in prologue_relocate() local
Dprobe-file.c407 static int probe_cache__open(struct probe_cache *pcache, const char *target, in probe_cache__open()
554 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi) in probe_cache__new()
Drecord.h15 struct target target; member
Dprobe-event.c167 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user) in get_target_map()
355 const char *target, struct nsinfo *nsi, in find_alternative_probe_point()
421 const char *target, bool user) in get_alternative_line_range()
3175 const char *target) in find_cached_events()
3501 int show_available_funcs(const char *target, struct nsinfo *nsi, in show_available_funcs()
Dstat.c466 struct target *target) in create_perf_stat_counter()
/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse() local
60 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse() local
/tools/perf/Documentation/
Dasciidoctor-extensions.rb11 def process(parent, target, attrs) argument
/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py51 def _make(self, target): argument
/tools/perf/tests/
Dtask-exit.c47 struct target target = { in test__task_exit() local
Dsdt.c59 static int search_cached_probe(const char *target, in search_cached_probe()
Devent-times.c20 struct target target = { in attach__enable_on_exec() local
/tools/perf/arch/arm64/annotate/
Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() local
/tools/build/
Dfixdep.c24 char *target; variable
/tools/testing/selftests/timers/
Dmqueue-lat.c63 struct timespec start, end, now, target; in mqueue_lat_test() local
Dnanosleep.c103 struct timespec now, target, rel; in nanosleep_test() local
Dnsleep-lat.c100 struct timespec start, end, target; in nanosleep_lat_test() local
Dleap-a-day.c162 struct timespec now, target; in test_hrtimer_failure() local
/tools/perf/ui/browsers/
Dmap.c50 char target[512]; in map_browser__search() local
/tools/bpf/bpftool/
Dcommon.c81 mnt_fs(const char *target, const char *type, char *buff, size_t bufflen) in mnt_fs()
112 int mount_tracefs(const char *target) in mount_tracefs()
Dfeature.c577 enum probe_component target = COMPONENT_UNSPEC; in do_probe() local
/tools/perf/
Dbuiltin-top.c352 static void prompt_integer(int *target, const char *msg) in prompt_integer()
378 static void prompt_percent(int *target, const char *msg) in prompt_percent()
1422 struct target *target = &opts->target; in cmd_top() local
Dbuiltin-ftrace.c34 struct target target; member

12