Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 63) sorted by relevance

123

/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c52 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/
Dbuild-id.c169 #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
Dintlist.h64 #define intlist__for_each(pos, ilist) \ argument
74 #define intlist__for_each_safe(pos, n, ilist) \ argument
Dstrlist.h69 #define strlist__for_each(pos, slist) \ argument
79 #define strlist__for_each_safe(pos, n, slist) \ argument
Dstrbuf.c54 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()
Dmap.h121 #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
Drblist.c107 struct rb_node *pos, *next = rb_first(&rblist->entries); in rblist__delete() local
Dtrace-event-info.c399 struct perf_evsel *pos; in get_tracepoints_path() local
435 struct perf_evsel *pos; in have_tracepoints() local
Dthread_map.c197 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
Dmap.c482 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
Ddso.c1182 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/
Dlibbpf.h62 #define bpf_object__for_each_safe(pos, tmp) \ argument
73 #define bpf_object__for_each_program(pos, obj) \ argument
/tools/include/linux/
Dlist.h28 #define list_for_each_from(pos, head) \ argument
/tools/perf/
Dbuiltin-evlist.c23 struct perf_evsel *pos; in __cmd_evlist() local
Dbuiltin-report.c314 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
Dbuiltin-buildid-cache.c217 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/
Dlist.h110 #define list_for_each(pos, head) \ argument
119 #define list_for_each_safe(pos, n, head) \ argument
/tools/perf/ui/
Dbrowser.c66 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/
Dsysfs.c276 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/
Dheader.c99 char *ptr, *pos; in tui__header_window() local
Dannotate.c340 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
Dmap.c116 struct symbol *pos = rb_entry(nd, struct symbol, rb_node); in map__browse() local
/tools/firewire/
Dlist.h58 #define list_for_each_entry(pos, list, member) \ argument
/tools/lib/api/fd/
Darray.c75 int pos = fda->nr; in fdarray__add() local
/tools/lib/traceevent/
Dplugin_function.c59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()

123