Searched refs:mb_thread_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | numa.c | 86 const char *mb_thread_str; member 176 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"), 1422 if (!g->p.mb_global_str && !g->p.mb_proc_str && !g->p.mb_thread_str) in init() 1441 if (g->p.mb_thread_str) { in init() 1442 g->p.mb_thread = atof(g->p.mb_thread_str); in init()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 87 const char *mb_thread_str; member 176 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"), 1482 if (!g->p.mb_global_str && !g->p.mb_proc_str && !g->p.mb_thread_str) in init() 1501 if (g->p.mb_thread_str) { in init() 1502 g->p.mb_thread = atof(g->p.mb_thread_str); in init()
|
Completed in 5 milliseconds