Searched defs:notes (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 46 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() local 53 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() local 97 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() local 152 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() local 215 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() local 261 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() local 285 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_rb_top() local 300 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() local 341 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source() local 379 struct annotation *notes = browser__annotation(browser); in ui_browser__init_asm_mode() local [all …]
|
D | hists.c | 2338 struct annotation *notes; in do_annotate() local
|
/Linux-v4.19/tools/perf/util/ |
D | annotate.c | 761 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() local 772 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 868 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist() local 887 struct annotation *notes = symbol__annotation(sym); in symbol__hists() local 980 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() 992 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill() 1014 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc() 1338 struct annotation *notes = symbol__annotation(sym); in annotation_line__print() local 1451 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local 1536 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() local [all …]
|
D | annotate.h | 284 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() 292 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 297 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() 313 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
|
D | build-id.c | 106 char notes[PATH_MAX]; in sysfs__sprintf_build_id() local
|
D | symbol.c | 261 struct annotation *notes = (void *)sym; in symbol__new() local
|
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 82 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 314 struct annotation *notes; in hists__find_annotations() local
|
D | builtin-top.c | 104 struct annotation *notes; in perf_top__parse_source() local 187 struct annotation *notes; in perf_top__record_precise_ip() local 228 struct annotation *notes; in perf_top__show_details() local
|
/Linux-v4.19/fs/proc/ |
D | kcore.c | 274 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() 398 char *notes; in read_kcore() local
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | annotate.c | 95 struct annotation *notes; in perf_gtk__annotate_symbol() local
|
/Linux-v4.19/fs/ |
D | binfmt_elf_fdpic.c | 1435 struct memelfnote notes[3]; member 1563 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local
|
D | binfmt_elf.c | 1688 struct memelfnote notes[0]; member 1949 struct memelfnote notes[3]; member 1992 struct memelfnote *notes; member
|
/Linux-v4.19/kernel/ |
D | module.c | 1556 unsigned int notes; member 1585 unsigned int notes, loaded, i; in add_notes_attrs() local
|