Searched refs:fn_prefix (Results 1 – 4 of 4) sorted by relevance
/external/bcc/tools/ |
D | memleak.py | 399 def attach_probes(sym, fn_prefix=None, can_fail=False): argument 400 if fn_prefix is None: 401 fn_prefix = sym 405 fn_name=fn_prefix + "_enter", 408 fn_name=fn_prefix + "_exit",
|
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 65 static char *fn_prefix; variable 531 fn_prefix = get_string_from_profile(fs_types, "hugefiles_name", in mk_hugefiles() 537 dsize = strlen(fn_prefix) + d + 16; in mk_hugefiles() 540 free(fn_prefix); in mk_hugefiles() 543 strcpy(fn_buf, fn_prefix); in mk_hugefiles() 544 fn_numbuf = fn_buf + strlen(fn_prefix); in mk_hugefiles() 545 free(fn_prefix); in mk_hugefiles()
|
/external/bcc/src/cc/ |
D | bcc_debug.h | 23 const std::string &fn_prefix, const std::string &mod_src, in SourceDebugger() argument 27 fn_prefix_(fn_prefix), in SourceDebugger()
|
/external/bcc/src/cc/includes/ |
D | bcc_debug.h | 23 const std::string &fn_prefix, const std::string &mod_src, in SourceDebugger() argument 27 fn_prefix_(fn_prefix), in SourceDebugger()
|