Searched defs:notes (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/tools/perf/ui/browsers/ |
D | annotate.c | 48 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 55 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 99 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 155 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 218 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() local 268 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() local 292 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_rb_top() local 307 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local 348 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source() local 386 struct annotation *notes = browser__annotation(browser); in ui_browser__init_asm_mode() local [all …]
|
D | hists.c | 2371 struct annotation *notes; in do_annotate() local
|
/Linux-v5.4/tools/perf/util/ |
D | annotate.c | 793 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() local 804 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 900 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist() local 919 struct annotation *notes = symbol__annotation(sym); in symbol__hists() local 1011 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() 1023 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill() 1054 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc() 1380 struct annotation *notes = symbol__annotation(sym); in annotation_line__print() local 1493 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local 1578 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() local [all …]
|
D | annotate.h | 298 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() 306 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 311 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() 327 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
|
D | build-id.c | 111 char notes[PATH_MAX]; in sysfs__sprintf_build_id() local
|
D | symbol.c | 280 struct annotation *notes = (void *)sym; in symbol__new() local
|
D | sort.c | 449 struct annotation *notes; in hist_entry__sym_ipc_snprintf() local
|
/Linux-v5.4/tools/perf/ |
D | builtin-annotate.c | 87 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 318 struct annotation *notes; in hists__find_annotations() local
|
D | builtin-top.c | 111 struct annotation *notes; in perf_top__parse_source() local 196 struct annotation *notes; in perf_top__record_precise_ip() local 237 struct annotation *notes; in perf_top__show_details() local
|
D | builtin-diff.c | 617 struct annotation *notes; in process_block_per_sym() local
|
/Linux-v5.4/fs/proc/ |
D | kcore.c | 297 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() 421 char *notes; in read_kcore() local
|
/Linux-v5.4/tools/perf/ui/gtk/ |
D | annotate.c | 99 struct annotation *notes; in perf_gtk__annotate_symbol() local
|
/Linux-v5.4/fs/ |
D | binfmt_elf_fdpic.c | 1431 struct memelfnote notes[3]; member 1559 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local
|
D | binfmt_elf.c | 1665 struct memelfnote notes[0]; member 1926 struct memelfnote notes[3]; member 1969 struct memelfnote *notes; member
|
/Linux-v5.4/kernel/ |
D | module.c | 1605 unsigned int notes; member 1634 unsigned int notes, loaded, i; in add_notes_attrs() local
|