| /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/perf/util/ |
| D | build-id.c | 169 #define dsos__for_each_with_build_id(pos, head) \ argument 202 struct dso *pos; in machine__write_buildid_table() local 248 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() local 258 struct dso *pos; in __dsos__hit_all() local 281 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() local 496 struct dso *pos; in __dsos__cache_build_ids() local 525 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() local 542 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids() local
|
| D | intlist.h | 64 #define intlist__for_each(pos, ilist) \ argument 74 #define intlist__for_each_safe(pos, n, ilist) \ argument
|
| D | strlist.h | 69 #define strlist__for_each(pos, slist) \ argument 79 #define strlist__for_each_safe(pos, n, slist) \ argument
|
| D | strbuf.c | 54 static void strbuf_splice(struct strbuf *sb, size_t pos, size_t len, in strbuf_splice() 73 void strbuf_remove(struct strbuf *sb, size_t pos, size_t len) in strbuf_remove()
|
| D | map.h | 121 #define map__for_each_symbol(map, pos, n) \ argument 132 #define __map__for_each_symbol_by_name(map, sym_name, pos, filter) \ argument 137 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
|
| 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 | thread_map.c | 197 struct str_node *pos; in thread_map__new_by_pid_str() local 268 struct str_node *pos; in thread_map__new_by_tid_str() local
|
| D | map.c | 482 struct map *pos = rb_entry(next, struct map, rb_node); in __maps__purge() local 565 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__find_symbol_by_name() local 618 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__fprintf() local 665 struct map *pos = rb_entry(next, struct map, rb_node); in maps__fixup_overlappings() local
|
| D | dso.c | 1182 struct dso *pos; in __dsos__read_build_ids() local 1237 struct dso *pos; in __dsos__find() local 1287 struct dso *pos; in __dsos__fprintf_buildid() local 1301 struct dso *pos; in __dsos__fprintf() local 1333 struct symbol *pos = rb_entry(nd, struct symbol, rb_node); in dso__fprintf() local
|
| /tools/lib/bpf/ |
| D | libbpf.h | 62 #define bpf_object__for_each_safe(pos, tmp) \ argument 73 #define bpf_object__for_each_program(pos, obj) \ argument
|
| /tools/include/linux/ |
| D | list.h | 28 #define list_for_each_from(pos, head) \ argument
|
| /tools/perf/ |
| D | builtin-evlist.c | 23 struct perf_evsel *pos; in __cmd_evlist() local
|
| D | builtin-report.c | 314 struct perf_evsel *pos; in hists__fprintf_nr_sample_events() local 357 struct perf_evsel *pos; in perf_evlist__tty_browse_hists() local 464 struct perf_evsel *pos; in report__collapse_hists() local 494 struct perf_evsel *pos; in report__output_resort() local 508 struct perf_evsel *pos; in __cmd_report() local
|
| D | builtin-buildid-cache.c | 217 struct str_node *pos; in build_id_cache__purge_path() local 295 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/power/cpupower/lib/ |
| D | sysfs.c | 276 unsigned int pos, i; in sysfs_get_freq_available_governors() local 333 unsigned int pos, i; in sysfs_get_available_frequencies() local 389 unsigned int pos, i; in sysfs_get_cpu_list() local 454 unsigned int pos, i; in sysfs_get_freq_stats() local
|
| /tools/perf/ui/browsers/ |
| D | header.c | 99 char *ptr, *pos; in tui__header_window() local
|
| D | annotate.c | 340 struct disasm_line *pos, u32 idx) in annotate_browser__set_top() 366 struct disasm_line *pos; in annotate_browser__set_rb_top() local 384 struct disasm_line *pos, *next; in annotate_browser__calc_percent() local 531 struct disasm_line *pos; in annotate_browser__find_offset() local 570 struct disasm_line *pos = browser->selection; in annotate_browser__find_string() local 609 struct disasm_line *pos = browser->selection; in annotate_browser__find_string_reverse() local 1013 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/firewire/ |
| D | list.h | 58 #define list_for_each_entry(pos, list, member) \ argument
|
| /tools/lib/api/fd/ |
| D | array.c | 75 int pos = fda->nr; in fdarray__add() local
|
| /tools/lib/traceevent/ |
| D | plugin_function.c | 59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
|