Home
last modified time | relevance | path

Searched defs:__used (Results 1 – 25 of 55) sorted by relevance

123

/linux-3.3/tools/perf/
Dbuiltin-lock.c419 struct event *__event __used, in report_lock_acquire_event()
420 int cpu __used, in report_lock_acquire_event()
421 u64 timestamp __used, in report_lock_acquire_event()
422 struct thread *thread __used) in report_lock_acquire_event()
483 struct event *__event __used, in report_lock_acquired_event()
484 int cpu __used, in report_lock_acquired_event()
485 u64 timestamp __used, in report_lock_acquired_event()
486 struct thread *thread __used) in report_lock_acquired_event()
539 struct event *__event __used, in report_lock_contended_event()
540 int cpu __used, in report_lock_contended_event()
[all …]
Dbuiltin-probe.c106 static int opt_add_probe_event(const struct option *opt __used, in opt_add_probe_event()
107 const char *str, int unset __used) in opt_add_probe_event()
116 static int opt_del_probe_event(const struct option *opt __used, in opt_del_probe_event()
117 const char *str, int unset __used) in opt_del_probe_event()
129 static int opt_show_lines(const struct option *opt __used, in opt_show_lines()
130 const char *str, int unset __used) in opt_show_lines()
150 static int opt_show_vars(const struct option *opt __used, in opt_show_vars()
151 const char *str, int unset __used) in opt_show_vars()
170 static int opt_set_filter(const struct option *opt __used, in opt_set_filter()
171 const char *str, int unset __used) in opt_set_filter()
[all …]
Dbuiltin-inject.c20 static int perf_event__repipe_synth(struct perf_tool *tool __used, in perf_event__repipe_synth()
22 struct machine *machine __used) in perf_event__repipe_synth()
43 struct perf_session *session __used) in perf_event__repipe_op2_synth()
55 struct perf_session *session __used) in perf_event__repipe_tracing_data_synth()
61 struct perf_evlist **pevlist __used) in perf_event__repipe_attr()
68 struct perf_sample *sample __used, in perf_event__repipe()
76 struct perf_sample *sample __used, in perf_event__repipe_sample()
77 struct perf_evsel *evsel __used, in perf_event__repipe_sample()
161 struct perf_evsel *evsel __used, in perf_event__inject_buildid()
262 int cmd_inject(int argc, const char **argv, const char *prefix __used) in cmd_inject()
Dbuiltin-kmem.c197 u64 timestamp __used, in process_alloc_event()
198 struct thread *thread __used, in process_alloc_event()
258 u64 timestamp __used, in process_free_event()
259 struct thread *thread __used) in process_free_event()
281 static void process_raw_event(union perf_event *raw_event __used, void *data, in process_raw_event()
309 static int process_sample_event(struct perf_tool *tool __used, in process_sample_event()
312 struct perf_evsel *evsel __used, in process_sample_event()
659 static int parse_sort_opt(const struct option *opt __used, in parse_sort_opt()
660 const char *arg, int unset __used) in parse_sort_opt()
673 static int parse_caller_opt(const struct option *opt __used, in parse_caller_opt()
[all …]
Dbuiltin-sched.c301 u64 task_state __used) in add_sched_event_sleep()
372 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) in process_sched_event()
766 struct machine *machine __used, in replay_wakeup_event()
768 int cpu __used, in replay_wakeup_event()
769 u64 timestamp __used, in replay_wakeup_event()
770 struct thread *thread __used) in replay_wakeup_event()
793 struct machine *machine __used, in replay_switch_event()
797 struct thread *thread __used) in replay_switch_event()
838 int cpu __used, in replay_fork_event()
839 u64 timestamp __used, in replay_fork_event()
[all …]
Dbuiltin-buildid-cache.c53 static int build_id_cache__remove_file(const char *filename __used, in build_id_cache__remove_file()
54 const char *debugdir __used) in build_id_cache__remove_file()
122 int cmd_buildid_cache(int argc, const char **argv, const char *prefix __used) in cmd_buildid_cache()
Dbuiltin-stat.c402 static int run_perf_stat(int argc __used, const char **argv) in run_perf_stat()
608 static void print_stalled_cycles_frontend(int cpu, struct perf_evsel *evsel __used, double avg) in print_stalled_cycles_frontend()
625 static void print_stalled_cycles_backend(int cpu, struct perf_evsel *evsel __used, double avg) in print_stalled_cycles_backend()
642 static void print_branch_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_branch_misses()
659 static void print_l1_dcache_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_l1_dcache_misses()
676 static void print_l1_icache_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_l1_icache_misses()
693 static void print_dtlb_cache_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_dtlb_cache_misses()
710 static void print_itlb_cache_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_itlb_cache_misses()
727 static void print_ll_cache_misses(int cpu, struct perf_evsel *evsel __used, double avg) in print_ll_cache_misses()
1027 static int stat__set_big_num(const struct option *opt __used, in stat__set_big_num()
[all …]
Dbuiltin-timechart.c278 static int process_comm_event(struct perf_tool *tool __used, in process_comm_event()
280 struct perf_sample *sample __used, in process_comm_event()
281 struct machine *machine __used) in process_comm_event()
287 static int process_fork_event(struct perf_tool *tool __used, in process_fork_event()
289 struct perf_sample *sample __used, in process_fork_event()
290 struct machine *machine __used) in process_fork_event()
296 static int process_exit_event(struct perf_tool *tool __used, in process_exit_event()
298 struct perf_sample *sample __used, in process_exit_event()
299 struct machine *machine __used) in process_exit_event()
494 static int process_sample_event(struct perf_tool *tool __used, in process_sample_event()
[all …]
Dbuiltin-diff.c35 static int diff__process_sample_event(struct perf_tool *tool __used, in diff__process_sample_event()
38 struct perf_evsel *evsel __used, in diff__process_sample_event()
206 int cmd_diff(int argc, const char **argv, const char *prefix __used) in cmd_diff()
Dbuiltin-record.c82 struct perf_sample *sample __used, in process_synthesized_event()
83 struct machine *machine __used) in process_synthesized_event()
137 static void perf_record__sig_exit(int exit_status __used, void *arg) in perf_record__sig_exit()
324 static void perf_record__exit(int status __used, void *arg) in perf_record__exit()
744 int cmd_record(int argc, const char **argv, const char *prefix __used) in cmd_record()
Dbuiltin-report.c142 struct perf_sample *sample __used, in process_read_event()
144 struct machine *machine __used) in process_read_event()
196 static void sig_handler(int sig __used) in sig_handler()
430 int cmd_report(int argc, const char **argv, const char *prefix __used) in cmd_report()
Dbuiltin-script.c439 static int process_sample_event(struct perf_tool *tool __used, in process_sample_event()
609 static int parse_scriptname(const struct option *opt __used, in parse_scriptname()
610 const char *str, int unset __used) in parse_scriptname()
655 static int parse_output_fields(const struct option *opt __used, in parse_output_fields()
656 const char *arg, int unset __used) in parse_output_fields()
947 static int list_available_scripts(const struct option *opt __used, in list_available_scripts()
948 const char *s __used, int unset __used) in list_available_scripts()
1126 int cmd_script(int argc, const char **argv, const char *prefix __used) in cmd_script()
/linux-3.3/tools/perf/util/
Ddebug.h17 static inline int ui_helpline__show_help(const char *format __used, va_list ap __used) in ui_helpline__show_help()
22 static inline void ui_progress__update(u64 curr __used, u64 total __used, in ui_progress__update()
23 const char *title __used) {} in ui_progress__update()
Dhist.h106 int perf_evlist__tui_browse_hists(struct perf_evlist *evlist __used, in perf_evlist__tui_browse_hists()
107 const char *help __used, in perf_evlist__tui_browse_hists()
109 void *arg __used, in perf_evlist__tui_browse_hists()
110 int refresh __used) in perf_evlist__tui_browse_hists()
115 static inline int hist_entry__tui_annotate(struct hist_entry *self __used, in hist_entry__tui_annotate()
116 int evidx __used, in hist_entry__tui_annotate()
118 void *arg __used, in hist_entry__tui_annotate()
119 int delay_secs __used) in hist_entry__tui_annotate()
Dbuild-id.c19 static int build_id__mark_dso_hit(struct perf_tool *tool __used, in build_id__mark_dso_hit()
21 struct perf_sample *sample __used, in build_id__mark_dso_hit()
22 struct perf_evsel *evsel __used, in build_id__mark_dso_hit()
44 static int perf_event__exit_del_thread(struct perf_tool *tool __used, in perf_event__exit_del_thread()
46 struct perf_sample *sample __used, in perf_event__exit_del_thread()
Dannotate.h92 static inline int symbol__tui_annotate(struct symbol *sym __used, in symbol__tui_annotate()
93 struct map *map __used, in symbol__tui_annotate()
94 int evidx __used, in symbol__tui_annotate()
96 void *arg __used, int delay_secs __used) in symbol__tui_annotate()
Dsession.c286 static int process_event_synth_tracing_data_stub(union perf_event *event __used, in process_event_synth_tracing_data_stub()
287 struct perf_session *session __used) in process_event_synth_tracing_data_stub()
293 static int process_event_synth_attr_stub(union perf_event *event __used, in process_event_synth_attr_stub()
294 struct perf_evlist **pevlist __used) in process_event_synth_attr_stub()
300 static int process_event_sample_stub(struct perf_tool *tool __used, in process_event_sample_stub()
301 union perf_event *event __used, in process_event_sample_stub()
302 struct perf_sample *sample __used, in process_event_sample_stub()
303 struct perf_evsel *evsel __used, in process_event_sample_stub()
304 struct machine *machine __used) in process_event_sample_stub()
310 static int process_event_stub(struct perf_tool *tool __used, in process_event_stub()
[all …]
Dheader.c434 static int write_trace_info(int fd, struct perf_header *h __used, in write_trace_info()
442 struct perf_evlist *evlist __used) in write_build_id()
463 static int write_hostname(int fd, struct perf_header *h __used, in write_hostname()
464 struct perf_evlist *evlist __used) in write_hostname()
476 static int write_osrelease(int fd, struct perf_header *h __used, in write_osrelease()
477 struct perf_evlist *evlist __used) in write_osrelease()
489 static int write_arch(int fd, struct perf_header *h __used, in write_arch()
490 struct perf_evlist *evlist __used) in write_arch()
502 static int write_version(int fd, struct perf_header *h __used, in write_version()
503 struct perf_evlist *evlist __used) in write_version()
[all …]
Devent.c415 u64 start, u64 end __used) in find_symbol_cb()
500 int perf_event__process_comm(struct perf_tool *tool __used, in perf_event__process_comm()
502 struct perf_sample *sample __used, in perf_event__process_comm()
518 int perf_event__process_lost(struct perf_tool *tool __used, in perf_event__process_lost()
520 struct perf_sample *sample __used, in perf_event__process_lost()
521 struct machine *machine __used) in perf_event__process_lost()
541 static int perf_event__process_kernel_mmap(struct perf_tool *tool __used, in perf_event__process_kernel_mmap()
643 struct perf_sample *sample __used, in perf_event__process_mmap()
687 int perf_event__process_task(struct perf_tool *tool __used, in perf_event__process_task()
689 struct perf_sample *sample __used, in perf_event__process_task()
Dwrapper.c10 static inline void release_pack_memory(size_t size __used, int flag __used) in release_pack_memory()
Dcgroup.c141 int parse_cgroups(const struct option *opt __used, const char *str, in parse_cgroups()
142 int unset __used) in parse_cgroups()
/linux-3.3/include/linux/
Dcompiler-gcc3.h10 # define __used __attribute__((__used__)) macro
12 # define __used __attribute__((__unused__)) macro
/linux-3.3/arch/um/include/shared/
Dinit.h51 # define __used __attribute__((__used__)) macro
53 # define __used __attribute__((__unused__)) macro
58 # define __used __attribute__((__used__)) macro
/linux-3.3/tools/perf/util/ui/
Dsetup.c29 static void ui__sigwinch(int sig __used) in ui__sigwinch()
89 static void newt_suspend(void *d __used) in newt_suspend()
/linux-3.3/tools/perf/util/include/linux/
Dcompiler.h12 #define __used __attribute__((__unused__)) macro

123