/tools/perf/util/ |
D | bpf-prologue.c | 27 struct bpf_insn *pos; member 31 pos_get_cnt(struct bpf_insn_pos *pos) in pos_get_cnt() 37 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn() 53 check_pos(struct bpf_insn_pos *pos) in check_pos() 70 gen_ldx_reg_from_ctx(struct bpf_insn_pos *pos, int ctx_reg, in gen_ldx_reg_from_ctx() 100 gen_read_mem(struct bpf_insn_pos *pos, in gen_read_mem() 140 gen_prologue_fastpath(struct bpf_insn_pos *pos, in gen_prologue_fastpath() 199 gen_prologue_slowpath(struct bpf_insn_pos *pos, in gen_prologue_slowpath() 272 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate() 318 struct bpf_insn_pos pos; in bpf__gen_prologue() local
|
D | intlist.h | 64 #define intlist__for_each_entry(pos, ilist) \ argument 74 #define intlist__for_each_entry_safe(pos, n, ilist) \ argument
|
D | strlist.h | 76 #define strlist__for_each_entry(pos, slist) \ argument 86 #define strlist__for_each_entry_safe(pos, n, slist) \ argument
|
D | build-id.c | 318 #define dsos__for_each_with_build_id(pos, head) \ argument 351 struct dso *pos; in machine__write_buildid_table() local 401 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() local 411 struct dso *pos; in __dsos__hit_all() local 434 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() local 789 struct dso *pos; in __dsos__cache_build_ids() local 818 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() local 835 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids() local
|
D | map.h | 121 #define map__for_each_symbol(map, pos, n) \ argument 131 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument 136 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
|
D | symbol_fprintf.c | 63 struct symbol_name_rb_node *pos; in dso__fprintf_symbols_by_name() local
|
D | call-path.c | 48 struct call_path_block *pos, *n; in call_path_root__free() local
|
D | rblist.c | 107 struct rb_node *pos, *next = rb_first(&rblist->entries); in rblist__delete() local
|
D | trace-event-info.c | 399 struct perf_evsel *pos; in get_tracepoints_path() local 435 struct perf_evsel *pos; in have_tracepoints() local
|
D | data.c | 142 size_t pos, bool at_exit) in perf_data_file__switch()
|
/tools/include/linux/ |
D | list.h | 391 #define list_next_entry(pos, member) \ argument 399 #define list_prev_entry(pos, member) \ argument 407 #define list_for_each(pos, head) \ argument 415 #define list_for_each_prev(pos, head) \ argument 424 #define list_for_each_safe(pos, n, head) \ argument 434 #define list_for_each_prev_safe(pos, n, head) \ argument 445 #define list_for_each_entry(pos, head, member) \ argument 456 #define list_for_each_entry_reverse(pos, head, member) \ argument 469 #define list_prepare_entry(pos, head, member) \ argument 481 #define list_for_each_entry_continue(pos, head, member) \ argument [all …]
|
/tools/testing/selftests/powerpc/ |
D | vmx_asm.h | 13 #define PUSH_VMX(pos,reg) \ argument 40 #define POP_VMX(pos,reg) \ argument
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.c | 52 static void intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, in intel_pt_print_data() 68 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() 102 uint64_t pos, const unsigned char *buf) in __intel_pt_log_packet()
|
/tools/lib/bpf/ |
D | libbpf.h | 76 #define bpf_object__for_each_safe(pos, tmp) \ argument 87 #define bpf_object__for_each_program(pos, obj) \ argument 200 #define bpf_map__for_each(pos, obj) \ argument
|
/tools/perf/ |
D | builtin-evlist.c | 23 struct perf_evsel *pos; in __cmd_evlist() local
|
D | builtin-report.c | 321 struct perf_evsel *pos; in hists__fprintf_nr_sample_events() local 365 struct perf_evsel *pos; in perf_evlist__tty_browse_hists() local 480 struct perf_evsel *pos; in report__collapse_hists() local 514 struct perf_evsel *pos; in report__output_resort() local 528 struct perf_evsel *pos; in __cmd_report() local
|
D | builtin-buildid-cache.c | 205 struct str_node *pos; in build_id_cache__purge_path() local 283 struct str_node *pos; in cmd_buildid_cache() local
|
/tools/usb/usbip/libsrc/ |
D | list.h | 110 #define list_for_each(pos, head) \ argument 119 #define list_for_each_safe(pos, n, head) \ argument
|
/tools/perf/ui/ |
D | browser.c | 66 struct list_head *pos) in ui_browser__list_head_filter_entries() 79 struct list_head *pos) in ui_browser__list_head_filter_prev_entries() 93 struct list_head *pos; in ui_browser__list_head_seek() local 484 struct list_head *pos; in ui_browser__list_head_refresh() local 612 char **pos; in ui_browser__argv_refresh() local
|
/tools/perf/ui/browsers/ |
D | header.c | 99 char *ptr, *pos; in tui__header_window() local
|
D | annotate.c | 339 struct disasm_line *pos, u32 idx) in annotate_browser__set_top() 365 struct disasm_line *pos; in annotate_browser__set_rb_top() local 383 struct disasm_line *pos, *next; in annotate_browser__calc_percent() local 530 struct disasm_line *pos; in annotate_browser__find_offset() local 569 struct disasm_line *pos = browser->selection; in annotate_browser__find_string() local 608 struct disasm_line *pos = browser->selection; in annotate_browser__find_string_reverse() local 1012 struct disasm_line *pos, *n; in symbol__tui_annotate() local
|
D | map.c | 116 struct symbol *pos = rb_entry(nd, struct symbol, rb_node); in map__browse() local
|
/tools/power/cpupower/lib/ |
D | cpufreq.c | 268 unsigned int pos, i; in cpufreq_get_available_governors() local 343 unsigned int pos, i; in cpufreq_get_available_frequencies() local 414 unsigned int pos, i; in sysfs_get_cpu_list() local 645 unsigned int pos, i; in cpufreq_get_stats() local
|
/tools/perf/pmu-events/ |
D | jsmn.h | 47 unsigned int pos; /* offset in the JSON string */ member
|
/tools/firewire/ |
D | list.h | 58 #define list_for_each_entry(pos, list, member) \ argument
|