Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 18 of 18) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dannotate.c425 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() local
432 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() local
458 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local
471 struct annotation *notes; in symbol__inc_addr_samples() local
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent()
653 struct annotation *notes = symbol__annotation(sym); in disasm_line__print() local
766 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local
851 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() local
1064 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line() local
1092 struct annotation *notes = symbol__annotation(sym); in symbol__get_source_line() local
[all …]
Dannotate.h123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-annotate.c72 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_sample() local
128 struct annotation *notes; in hists__find_annotations() local
Dbuiltin-report.c124 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_report__add_mem_hist_entry() local
137 struct annotation *notes; in perf_report__add_mem_hist_entry() local
205 struct annotation *notes; in perf_report__add_branch_hist_entry() local
279 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evsel__add_hist_entry() local
Dbuiltin-top.c93 struct annotation *notes; in perf_top__parse_source() local
177 struct annotation *notes; in perf_top__record_precise_ip() local
212 struct annotation *notes; in perf_top__show_details() local
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc168 Notes notes(kLittleEndian); in TYPED_TEST() local
200 Notes notes(kLittleEndian); in TYPED_TEST() local
Dsynth_elf_unittest.cc376 Notes notes(kLittleEndian); in TEST_F() local
383 Notes notes(kLittleEndian); in TEST_F() local
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dannotate.c342 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local
446 struct annotation *notes; in annotate_browser__callq() local
484 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_offset() local
523 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string() local
562 struct annotation *notes = symbol__annotation(sym); in annotate_browser__find_string_reverse() local
875 struct annotation *notes; in symbol__tui_annotate() local
/external/elfutils/src/libdwfl/
Dcore-file.c123 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments()
461 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
Dlinux-kernel-modules.c633 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
Ddwfl_segment_report_module.c450 void *notes; in dwfl_segment_report_module() local
/external/vboot_reference/firmware/lib/include/
Dvboot_audio_private.h23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member
/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dannotate.c93 struct annotation *notes; in perf_gtk__annotate_symbol() local
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.c184 static void ia32_handle_notes(x86_insn_t *insn, unsigned int notes) { in ia32_handle_notes()
Dia32_insn.h45 unsigned int notes; /* Notes for this instruction */ member
/external/vboot_reference/tests/
Dvboot_api_devmode_tests.c45 note_event_t notes[MAX_NOTE_EVENTS]; member
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c227 const char *sessionid, const char *notes, in hs20_eventlog()
265 const char *sessionid, const char *notes, in hs20_eventlog_node()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py310 def __init__ (self, notes, exclude=True): argument