percent_type      231 tools/perf/ui/browsers/annotate.c 						  int percent_type)
percent_type      236 tools/perf/ui/browsers/annotate.c 		if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type])
percent_type      238 tools/perf/ui/browsers/annotate.c 		return a->data[i].percent[percent_type] -
percent_type      239 tools/perf/ui/browsers/annotate.c 			   b->data[i].percent[percent_type];
percent_type      256 tools/perf/ui/browsers/annotate.c 		if (disasm__cmp(al, l, browser->opts->percent_type) < 0)
percent_type      329 tools/perf/ui/browsers/annotate.c 							   browser->opts->percent_type);
percent_type      394 tools/perf/ui/browsers/annotate.c 		     size_t sz, int percent_type)
percent_type      397 tools/perf/ui/browsers/annotate.c 			percent_type_str(percent_type));
percent_type      435 tools/perf/ui/browsers/annotate.c 	sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
percent_type      618 tools/perf/ui/browsers/annotate.c 	sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type);
percent_type      629 tools/perf/ui/browsers/annotate.c 	switch (opts->percent_type) {
percent_type      632 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_PERIOD_LOCAL;
percent_type      634 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_HITS_GLOBAL;
percent_type      638 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_PERIOD_GLOBAL;
percent_type      640 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_HITS_LOCAL;
percent_type      644 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_HITS_LOCAL;
percent_type      646 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_PERIOD_GLOBAL;
percent_type      650 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_HITS_GLOBAL;
percent_type      652 tools/perf/ui/browsers/annotate.c 			opts->percent_type = PERCENT_PERIOD_LOCAL;
percent_type       66 tools/perf/util/annotate.c 	.percent_type	= PERCENT_PERIOD_LOCAL,
percent_type     1370 tools/perf/util/annotate.c 		       int percent_type)
percent_type     1386 tools/perf/util/annotate.c 							   percent_type);
percent_type     1407 tools/perf/util/annotate.c 						       percent_type);
percent_type     1431 tools/perf/util/annotate.c 			percent = annotation_data__percent(data, percent_type);
percent_type     2131 tools/perf/util/annotate.c 										      opts->percent_type);
percent_type     2144 tools/perf/util/annotate.c 								   opts->percent_type);
percent_type     2308 tools/perf/util/annotate.c 				  percent_type_str(opts->percent_type));
percent_type     2328 tools/perf/util/annotate.c 					     queue, addr_fmt_width, opts->percent_type);
percent_type     2656 tools/perf/util/annotate.c 							   opts->percent_type);
percent_type     2702 tools/perf/util/annotate.c 		buf, percent_type_str(opts->percent_type), sym->name, dso->long_name);
percent_type     2743 tools/perf/util/annotate.c 					   unsigned int percent_type)
percent_type     2752 tools/perf/util/annotate.c 						   percent_type);
percent_type     2810 tools/perf/util/annotate.c 				     void *obj, unsigned int percent_type,
percent_type     2818 tools/perf/util/annotate.c 	double percent_max = annotation_line__max_percent(al, notes, percent_type);
percent_type     2839 tools/perf/util/annotate.c 			percent = annotation_data__percent(&al->data[i], percent_type);
percent_type     2976 tools/perf/util/annotate.c 				 opts->percent_type,
percent_type     3128 tools/perf/util/annotate.c 		opts->percent_type = type;
percent_type       96 tools/perf/util/annotate.h 	unsigned int percent_type;