Home
last modified time | relevance | path

Searched defs:section (Results 1 – 8 of 8) sorted by relevance

/tools/objtool/
Delf.h31 struct section { struct
38 struct section *base, *rela; argument
51 struct section *sec; argument
/tools/perf/util/
Dconfig.c485 struct perf_config_section *section; in find_section() local
495 struct perf_config_section *section) in find_config_item()
509 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local
526 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item()
563 struct perf_config_section *section = NULL; in collect_config() local
669 struct perf_config_section *section; in perf_config() local
718 static void perf_config_section__purge(struct perf_config_section *section) in perf_config_section__purge()
728 static void perf_config_section__delete(struct perf_config_section *section) in perf_config_section__delete()
737 struct perf_config_section *section, *tmp; in perf_config_set__purge() local
Dconfig.h45 #define perf_config_sections__for_each_entry(list, section) \ argument
62 #define perf_config_set__for_each_entry(set, section, item) \ argument
Dsrcline.c84 static void find_address_in_section(bfd *abfd, asection *section, void *data) in find_address_in_section()
Dheader.c1583 static int process_build_id(struct perf_file_section *section, in process_build_id()
1737 static int process_cmdline(struct perf_file_section *section, in process_cmdline()
1782 static int process_cpu_topology(struct perf_file_section *section, in process_cpu_topology()
2101 static int process_auxtrace(struct perf_file_section *section, in process_auxtrace()
2229 static int perf_file_section__fprintf_info(struct perf_file_section *section, in perf_file_section__fprintf_info()
2447 int (*process)(struct perf_file_section *section, in perf_header__process_sections()
2673 static int perf_file_section__process(struct perf_file_section *section, in perf_file_section__process()
/tools/perf/
Dbuiltin-config.c38 struct perf_config_section *section; in show_config() local
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_lmr.c28 void ldmx_full_section(unsigned long *mem, int section) in ldmx_full_section()
/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py238 def headerData(self, section, orientation, role): argument