Home
last modified time | relevance | path

Searched refs:mb_thread_str (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c71 const char *mb_thread_str; member
160 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"),
1314 if (!g->p.mb_global_str && !g->p.mb_proc_str && !g->p.mb_thread_str) in init()
1333 if (g->p.mb_thread_str) { in init()
1334 g->p.mb_thread = atof(g->p.mb_thread_str); in init()