/external/linux-tools-perf/util/ |
debug.h | 17 static inline int ui_helpline__show_help(const char *format __used, va_list ap __used) 22 static inline struct ui_progress *ui_progress__new(const char *title __used, 23 u64 total __used) 28 static inline void ui_progress__update(struct ui_progress *self __used, 29 u64 curr __used) {} 31 static inline void ui_progress__delete(struct ui_progress *self __used) {}
|
wrapper.c | 10 static inline void release_pack_memory(size_t size __used, int flag __used)
|
annotate.h | 96 int symbol__annotate_init(struct map *map __used, struct symbol *sym); 109 static inline int symbol__tui_annotate(struct symbol *sym __used, 110 struct map *map __used, 111 int evidx __used, int refresh __used)
|
build-id.c | 22 struct perf_sample *sample __used, 23 struct perf_evsel *evsel __used, 46 struct perf_sample *sample __used,
|
hist.h | 98 int perf_evlist__tui_browse_hists(struct perf_evlist *evlist __used, 99 const char *help __used) 104 static inline int hist_entry__tui_annotate(struct hist_entry *self __used, 105 int evidx __used)
|
symbol.h | 28 static inline char *bfd_demangle(void __used *v, const char *c, int i) 34 static inline char *bfd_demangle(void __used *v, const char __used *c, 35 int __used i) 45 static inline char *bfd_demangle(void __used *v, const char __used *c, 46 int __used i)
|
alias.c | 6 static int alias_lookup_cb(const char *k, const char *v, void *cb __used)
|
cgroup.c | 142 int parse_cgroups(const struct option *opt __used, const char *str, 143 int unset __used)
|
cache.h | 42 static inline void exit_browser(bool wait_for_ok __used) {}
|
top.h | 64 static inline int perf_top__tui_browser(struct perf_top *top __used)
|
/external/linux-tools-perf/util/include/linux/ |
compiler.h | 12 #define __used __attribute__((__unused__)) macro
|
/external/linux-tools-perf/bench/ |
bench.h | 6 extern int bench_mem_memcpy(int argc, const char **argv, const char *prefix __used);
|
sched-pipe.c | 46 const char *prefix __used) 60 int __used ret, wait_stat;
|
/external/linux-tools-perf/ |
builtin-probe.c | 109 static int opt_add_probe_event(const struct option *opt __used, 110 const char *str, int unset __used) 119 static int opt_del_probe_event(const struct option *opt __used, 120 const char *str, int unset __used) 132 static int opt_show_lines(const struct option *opt __used, 133 const char *str, int unset __used) 145 static int opt_show_vars(const struct option *opt __used, 146 const char *str, int unset __used) 165 static int opt_set_filter(const struct option *opt __used, 166 const char *str, int unset __used) [all...] |
builtin-inject.c | 20 struct perf_session *session __used) 40 struct perf_sample *sample __used, 47 struct perf_sample *sample __used, 48 struct perf_evsel *evsel __used, 135 struct perf_evsel *evsel __used, 236 int cmd_inject(int argc, const char **argv, const char *prefix __used)
|
builtin-buildid-cache.c | 53 static int build_id_cache__remove_file(const char *filename __used, 54 const char *debugdir __used) 122 int cmd_buildid_cache(int argc, const char **argv, const char *prefix __used)
|
builtin-buildid-list.c | 55 int cmd_buildid_list(int argc, const char **argv, const char *prefix __used)
|
builtin-evlist.c | 53 int cmd_evlist(int argc, const char **argv, const char *prefix __used)
|
builtin-lock.c | 429 struct event *__event __used, 430 int cpu __used, 431 u64 timestamp __used, 432 struct thread *thread __used) 493 struct event *__event __used, 494 int cpu __used, 495 u64 timestamp __used, 496 struct thread *thread __used) 549 struct event *__event __used, 550 int cpu __used, [all...] |
builtin-sched.c | 314 u64 task_state __used) 385 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) 803 struct perf_session *session __used, 805 int cpu __used, 806 u64 timestamp __used, 807 struct thread *thread __used) 830 struct perf_session *session __used, 834 struct thread *thread __used) 836 struct task_desc *prev, __used *next; 875 int cpu __used, 1441 struct thread *sched_out __used, *sched_in; local [all...] |
builtin-kmem.c | 200 u64 timestamp __used, 201 struct thread *thread __used, 261 u64 timestamp __used, 262 struct thread *thread __used) 284 static void process_raw_event(union perf_event *raw_event __used, void *data, 314 struct perf_evsel *evsel __used, 660 static int parse_sort_opt(const struct option *opt __used, 661 const char *arg, int unset __used) 674 static int parse_caller_opt(const struct option *opt __used, 675 const char *arg __used, int unset __used [all...] |
builtin-list.c | 17 int cmd_list(int argc, const char **argv, const char *prefix __used)
|
/external/linux-tools-perf/util/ui/ |
setup.c | 13 static void newt_suspend(void *d __used)
|
/bionic/libc/include/sys/ |
cdefs_elf.h | 141 __section("link_set_" #set) __used = &sym 144 __section("link_set_" #set) __used = &sym[n]
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs_elf.h | 126 __section("link_set_" #set) __used = &sym 129 __section("link_set_" #set) __used = &sym[n]
|