Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dannotate.c21 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_init() local
28 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist() local
43 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local
56 struct annotation *notes; in symbol__inc_addr_samples() local
125 struct annotation *notes = symbol__annotation(sym); in objdump_line__print() local
200 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local
390 struct annotation *notes = symbol__annotation(sym); in symbol__free_source_line() local
410 struct annotation *notes = symbol__annotation(sym); in symbol__get_source_line() local
494 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits() local
511 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_printf() local
[all …]
Dannotate.h71 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
/external/chromium/chrome/browser/resources/
Dkeyboard_overlay_data.js12 "notes": "power", property
19 "notes": "escape", property
108 "notes": "backspace", property
115 "notes": "tab", property
204 "notes": "enter", property
211 "notes": "left ctrl", property
301 "notes": "left shift", property
381 "notes": "right shift", property
391 "notes": "left alt", property
462 "notes": "right ctrl", property
[all …]
/external/linux-tools-perf/
Dbuiltin-annotate.c74 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_evlist__add_sample() local
124 struct annotation *notes; in hists__find_annotations() local
Dbuiltin-top.c160 struct annotation *notes; in parse_source() local
220 struct annotation *notes; in record_precise_ip() local
240 struct annotation *notes; in show_details() local
Dbuiltin-report.c91 struct annotation *notes = symbol__annotation(he->ms.sym); in perf_session__add_hist_entry() local
/external/linux-tools-perf/util/ui/browsers/
Dannotate.c71 struct annotation *notes = symbol__annotation(sym); in objdump_line__calc_percent() local
145 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local
258 struct annotation *notes; in symbol__tui_annotate() local
Dtop.c122 struct annotation *notes = symbol__annotation(sym); in perf_top_browser__annotate() local
/external/elfutils/libdwfl/
Dcore-file.c145 GElf_Phdr *notes) in dwfl_report_core_segments()
427 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
Ddwfl_segment_report_module.c293 void *notes; in dwfl_segment_report_module() local
Dlinux-kernel-modules.c568 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py310 def __init__ (self, notes, exclude=True): argument