Searched defs:notes (Results 1 – 16 of 16) sorted by relevance
/linux/tools/perf/util/ |
H A D | annotate.c | 148 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() local 262 struct annotated_branch *annotation__get_branch(struct annotation *notes) in annotation__get_branch() 276 struct annotation *notes = symbol__annotation(sym); in symbol__find_branch_hist() local 301 struct annotation *notes = symbol__annotation(sym); in symbol__hists() local 440 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() 468 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill() 507 static int annotation__compute_ipc(struct annotation *notes, size_t size, in annotation__compute_ipc() 595 void annotation__exit(struct annotation *notes) in annotation__exit() 609 static size_t annotation__hash(const struct annotation *notes) in annotation__hash() 614 static struct mutex *annotation__get_mutex(const struct annotation *notes) in annotation__get_mutex() [all …]
|
H A D | disasm_bpf.c | 30 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf() local 182 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image() local
|
H A D | disasm.c | 1045 struct annotation *notes = symbol__annotation(args->ms.sym); in disasm_line__new() local 1119 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() local 1182 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() local 1501 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone_powerpc() local 1627 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_capstone() local 1750 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_raw() local 1870 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_llvm() local
|
H A D | annotate.h | 359 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() 367 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 391 static inline struct sym_hist *annotation__histogram(struct annotation *notes, in annotation__histogram()
|
H A D | symbol.c | 318 struct annotation *notes = (void *)sym; in symbol__new() local 341 struct annotation *notes = symbol__annotation(sym); in symbol__delete() local
|
H A D | annotate-data.c | 1289 struct annotation *notes = symbol__annotation(sym); in find_data_type_insn() local
|
/linux/fs/netfs/ |
H A D | write_collect.c | 112 unsigned int *notes) in netfs_writeback_unlock_folios() 202 unsigned int notes; in netfs_collect_write_results() local
|
H A D | read_collect.c | 101 unsigned int *notes) in netfs_read_unlock_folios() 189 unsigned int notes; in netfs_collect_read_results() local
|
/linux/tools/perf/ui/gtk/ |
H A D | annotate.c | 32 struct annotation *notes; in perf_gtk__get_percent() local 109 struct annotation *notes; in perf_gtk__annotate_symbol() local
|
/linux/fs/proc/ |
H A D | kcore.c | 308 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() 434 char *notes; in read_kcore_iter() local
|
/linux/tools/perf/ |
H A D | builtin-top.c | 116 struct annotation *notes; in perf_top__parse_source() local 204 struct annotation *notes; in perf_top__record_precise_ip() local 245 struct annotation *notes; in perf_top__show_details() local
|
H A D | builtin-annotate.c | 101 struct annotation *notes = sym ? symbol__annotation(sym) : NULL; in process_basic_block() local 422 struct annotation *notes; in hists__find_annotations() local
|
/linux/include/linux/ |
H A D | watch_queue.h | 43 struct page **notes; /* Preallocated notifications */ member
|
/linux/kernel/module/ |
H A D | sysfs.c | 153 unsigned int notes, loaded, i; in add_notes_attrs() local
|
/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 1379 struct memelfnote notes[2]; member
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 2470 struct annotation *notes; in do_annotate() local
|