Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dclo.c86 fn_config* config;
99 fn_config* new_fnc(void) in new_fnc()
101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", in new_fnc()
102 sizeof(fn_config)); in new_fnc()
161 static fn_config* get_fnc2(config_node* node, const HChar* name) in get_fnc2()
300 static fn_config* get_fnc(const HChar* name) in get_fnc()
302 fn_config* fnc; in get_fnc()
318 static void update_fn_config1(fn_node* fn, fn_config* fnc) in update_fn_config1()
432 fn_config* fnc = get_fnc(tmp_str); in CLG_()
437 fn_config* fnc = get_fnc(tmp_str); in CLG_()
[all …]
Dglobal.h189 typedef struct _fn_config fn_config; typedef