Home
last modified time | relevance | path

Searched refs:is_input_name_malloced (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2328 * to a malloced buffer. So add "is_input_name_malloced" flag to decide
2331 static bool is_input_name_malloced = false; variable
2400 if (is_input_name_malloced) in switch_data_file()
2403 is_input_name_malloced = true; in switch_data_file()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2329 * to a malloced buffer. So add "is_input_name_malloced" flag to decide
2332 static bool is_input_name_malloced = false; variable
2401 if (is_input_name_malloced) in switch_data_file()
2404 is_input_name_malloced = true; in switch_data_file()

Completed in 9 milliseconds