Searched refs:ann (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-annotate.c52 struct perf_annotate *ann) perf_evsel__add_sample()
58 if (ann->sym_hist_filter != NULL && perf_evsel__add_sample()
60 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { perf_evsel__add_sample()
90 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); process_sample_event() local
100 if (ann->cpu_list && !test_bit(sample->cpu, ann->cpu_bitmap)) process_sample_event()
103 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { process_sample_event()
115 struct perf_annotate *ann) hist_entry__tty_annotate()
118 ann->print_line, ann->full_paths, 0, 0); hist_entry__tty_annotate()
123 struct perf_annotate *ann) hists__find_annotations()
159 if (!ret || !ann->skip_missing) hists__find_annotations()
168 if (!ann->skip_missing) hists__find_annotations()
184 hist_entry__tty_annotate(he, evsel, ann); hists__find_annotations()
197 static int __cmd_annotate(struct perf_annotate *ann) __cmd_annotate() argument
200 struct perf_session *session = ann->session; __cmd_annotate()
206 if (ann->cpu_list) { __cmd_annotate()
207 ret = perf_session__cpu_bitmap(session, ann->cpu_list, __cmd_annotate()
208 ann->cpu_bitmap); __cmd_annotate()
251 hists__find_annotations(hists, pos, ann); __cmd_annotate()
49 perf_evsel__add_sample(struct perf_evsel *evsel, struct perf_sample *sample __maybe_unused, struct addr_location *al, struct perf_annotate *ann) perf_evsel__add_sample() argument
113 hist_entry__tty_annotate(struct hist_entry *he, struct perf_evsel *evsel, struct perf_annotate *ann) hist_entry__tty_annotate() argument
121 hists__find_annotations(struct hists *hists, struct perf_evsel *evsel, struct perf_annotate *ann) hists__find_annotations() argument
/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dsoc.h28 * boot mode they are swapped with nCS0 decoded at 0x00000000 ann nSDCE3
/linux-4.4.14/net/ipv4/
H A Dtcp_input.c52 * connections with MSS<min(MTU,ann. MSS)

Completed in 231 milliseconds