Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-lock.c1322 static bool info_threads, info_map; in evsel__process_lock_contended()
1375 if (info_threads) in print_result()
1379 if (info_threads) in print_result()
2494 OPT_BOOLEAN('t', "threads", &info_threads, in parse_output()
2613 if (!info_threads && !info_map) { in cmd_lock()
2614 info_threads = true; in cmd_lock()
1429 static bool info_threads, info_map; global() variable