show_details       47 tools/perf/bench/numa.c #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
show_details       53 tools/perf/bench/numa.c #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
show_details      109 tools/perf/bench/numa.c 	int			show_details;
show_details      193 tools/perf/bench/numa.c 	OPT_INCR   ('d', "show_details"	, &p0.show_details,	"Show details"),
show_details     1086 tools/perf/bench/numa.c 	if (g->p.show_details >= 0)
show_details     1098 tools/perf/bench/numa.c 	int details = g->p.show_details;
show_details     1309 tools/perf/bench/numa.c 	if (g->p.show_details >= 3) {
show_details     1341 tools/perf/bench/numa.c 	if (g->p.show_details < 0)
show_details     1401 tools/perf/bench/numa.c 	if (g->p.show_quiet && !g->p.show_details)
show_details     1402 tools/perf/bench/numa.c 		g->p.show_details = -1;
show_details     1632 tools/perf/bench/numa.c 	if (g->p.show_details >= 2) {