HomeSort by relevance Sort by last modified time
    Searched full:fn_configs (Results 1 - 1 of 1) sorted by null

  /external/valgrind/callgrind/
clo.c 96 static config_node* fn_configs = 0; variable
278 if (node != fn_configs) {
305 if (fn_configs == 0)
306 fn_configs = new_config(name, 0);
307 fnc = get_fnc2(fn_configs, name);
311 print_config_node(3, -1, fn_configs);
400 if (fn_configs)
401 update_fn_config2(fn, fn->name, fn_configs);

Completed in 71 milliseconds