/tools/include/linux/ |
D | list.h | 392 #define list_next_entry(pos, member) \ argument 400 #define list_prev_entry(pos, member) \ argument 408 #define list_for_each(pos, head) \ argument 416 #define list_for_each_prev(pos, head) \ argument 425 #define list_for_each_safe(pos, n, head) \ argument 435 #define list_for_each_prev_safe(pos, n, head) \ argument 446 #define list_for_each_entry(pos, head, member) \ argument 457 #define list_for_each_entry_reverse(pos, head, member) \ argument 470 #define list_prepare_entry(pos, head, member) \ argument 482 #define list_for_each_entry_continue(pos, head, member) \ argument [all …]
|
/tools/perf/util/ |
D | bpf-prologue.c | 29 struct bpf_insn *pos; member 33 pos_get_cnt(struct bpf_insn_pos *pos) in pos_get_cnt() 39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn() 55 check_pos(struct bpf_insn_pos *pos) in check_pos() 112 gen_ldx_reg_from_ctx(struct bpf_insn_pos *pos, int ctx_reg, in gen_ldx_reg_from_ctx() 142 gen_read_mem(struct bpf_insn_pos *pos, in gen_read_mem() 183 gen_prologue_fastpath(struct bpf_insn_pos *pos, in gen_prologue_fastpath() 242 gen_prologue_slowpath(struct bpf_insn_pos *pos, in gen_prologue_slowpath() 325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate() 371 struct bpf_insn_pos pos; in bpf__gen_prologue() local
|
D | intlist.h | 65 #define intlist__for_each_entry(pos, ilist) \ argument 75 #define intlist__for_each_entry_safe(pos, n, ilist) \ argument
|
D | dsos.c | 76 struct dso *pos; in __dsos__read_build_ids() local 209 struct dso *pos; in __dsos__find_id() local 297 struct dso *pos; in __dsos__fprintf_buildid() local 313 struct dso *pos; in __dsos__fprintf() local
|
D | build-id.c | 295 #define dsos__for_each_with_build_id(pos, head) \ argument 330 struct dso *pos; in machine__write_buildid_table() local 381 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() local 391 struct dso *pos; in __dsos__hit_all() local 415 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() local 854 struct dso *pos; in __dsos__cache_build_ids() local 884 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() local 902 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids() local
|
D | map.h | 83 #define map__for_each_symbol(map, pos, n) \ argument 93 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument 100 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
|
D | s390-cpumsf.c | 243 static bool s390_cpumsf_basic_show(const char *color, size_t pos, in s390_cpumsf_basic_show() 287 static bool s390_cpumsf_diag_show(const char *color, size_t pos, in s390_cpumsf_diag_show() 322 static bool s390_cpumsf_trailer_show(const char *color, size_t pos, in s390_cpumsf_trailer_show() 420 static bool s390_cpumsf_reached_trailer(size_t entry_sz, size_t pos) in s390_cpumsf_reached_trailer() 439 size_t pos = 0; in s390_cpumsf_dump() local 502 static bool s390_cpumsf_make_event(size_t pos, in s390_cpumsf_make_event() 606 size_t pos = 0; in s390_cpumsf_samples() local
|
D | strlist.h | 77 #define strlist__for_each_entry(pos, slist) \ argument 87 #define strlist__for_each_entry_safe(pos, n, slist) \ argument
|
D | map.c | 604 struct map *pos, *next; in __maps__purge() local 671 struct map *pos; in maps__find_symbol_by_name() local 714 struct map *pos; in maps__fprintf() local 749 struct map *pos = rb_entry(next, struct map, rb_node); in maps__fixup_overlappings() local 762 struct map *pos = rb_entry(next, struct map, rb_node); in maps__fixup_overlappings() local
|
D | symbol_fprintf.c | 67 struct symbol_name_rb_node *pos; in dso__fprintf_symbols_by_name() local
|
D | call-path.c | 40 struct call_path_block *pos, *n; in call_path_root__free() local
|
/tools/testing/selftests/powerpc/include/ |
D | vmx_asm.h | 9 #define PUSH_VMX(pos,reg) \ argument 36 #define POP_VMX(pos,reg) \ argument
|
/tools/lib/perf/include/perf/ |
D | evlist.h | 26 #define perf_evlist__for_each_evsel(evlist, pos) \ argument 44 #define perf_evlist__for_each_mmap(evlist, pos, overwrite) \ argument
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.c | 48 static void intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, in intel_pt_print_data() 64 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() 98 uint64_t pos, const unsigned char *buf) in __intel_pt_log_packet()
|
/tools/usb/usbip/libsrc/ |
D | list.h | 111 #define list_for_each(pos, head) \ argument 120 #define list_for_each_safe(pos, n, head) \ argument
|
/tools/power/cpupower/lib/ |
D | cpufreq.c | 267 unsigned int pos, i; in cpufreq_get_available_governors() local 342 unsigned int pos, i; in cpufreq_get_available_frequencies() local 398 unsigned int pos, i; in cpufreq_get_boost_frequencies() local 474 unsigned int pos, i; in sysfs_get_cpu_list() local 705 unsigned int pos, i; in cpufreq_get_stats() local
|
/tools/perf/arch/x86/util/ |
D | event.c | 20 struct map *pos; in perf_event__synthesize_extra_kmaps() local
|
/tools/bootconfig/ |
D | main.c | 242 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error() 267 int ret, pos; in init_xbc_with_error() local 366 int pos, pad; in apply_xbc() local
|
/tools/perf/ui/ |
D | browser.c | 79 struct list_head *pos) in ui_browser__list_head_filter_entries() 92 struct list_head *pos) in ui_browser__list_head_filter_prev_entries() 106 struct list_head *pos; in ui_browser__list_head_seek() local 500 struct list_head *pos; in ui_browser__list_head_refresh() local 630 char **pos; in ui_browser__argv_refresh() local
|
/tools/perf/ |
D | builtin-evlist.c | 24 struct evsel *pos; in __cmd_evlist() local
|
D | builtin-buildid-cache.c | 224 struct str_node *pos; in build_id_cache__purge_path() local 249 struct str_node *pos; in build_id_cache__purge_all() local 354 struct str_node *pos; in cmd_buildid_cache() local
|
D | builtin-report.c | 466 struct evsel *pos; in hists__fprintf_nr_sample_events() local 513 struct evsel *pos; in perf_evlist__tui_block_hists_browse() local 532 struct evsel *pos; in perf_evlist__tty_browse_hists() local 671 struct evsel *pos; in report__collapse_hists() local 719 struct evsel *pos; in report__output_resort() local 894 struct evsel *pos; in __cmd_report() local
|
/tools/perf/ui/browsers/ |
D | annotate.c | 130 struct disasm_line *pos = list_prev_entry(cursor, al.node); in is_fused() local 266 struct annotation_line *pos, u32 idx) in annotate_browser__set_top() 293 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top() local 308 struct disasm_line *pos; in annotate_browser__calc_percent() local 448 struct disasm_line *pos; in annotate_browser__find_offset() local
|
D | header.c | 100 char *ptr, *pos; in tui__header_window() local
|
/tools/perf/pmu-events/ |
D | jsmn.h | 48 unsigned int pos; /* offset in the JSON string */ member
|