Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcallgrind_annotate.in893 foreach my $fn_name (@fn_fullnames) {
908 if ($tree_caller && ($fn_name ne "???:???")) {
910 my $tmp1 = $calling_funcs->{$fn_name};
913 if (defined $call_counter{$calling,$fn_name}) {
914 print_CC($call_CCs{$calling,$fn_name}, $fn_CC_col_widths);
916 print $call_counter{$calling,$fn_name} . "x)";
927 my $fn_CC = $fn_totals{$fn_name};
930 print(" $fn_name");
931 if ((defined $obj_name{$fn_name}) &&
932 ($obj_name{$fn_name} ne "")) {
[all …]
Dfn.c429 const HChar **fn_name, UInt* line_num, in CLG_()
447 found_fn = VG_(get_fnname)(instr_addr, fn_name); in CLG_()
452 *fn_name = "???"; in CLG_()
462 *fn_name = "???"; in CLG_()
476 *fn_name); in CLG_()
Dglobal.h687 const HChar **fn_name, UInt*, DebugInfo**);
/external/valgrind/exp-bbv/
Dbbv_main.c94 const HChar *fn_name; /* Function block is in */ member
120 (Int)bb_elem->BB_addr, bb_elem->fn_name); in dumpPcFile()
394 const HChar *fn_name; in bbv_instrument() local
395 VG_(get_fnname)(origAddr, &fn_name); in bbv_instrument()
396 bbInfo->is_entry=VG_(get_fnname_if_entry)(origAddr, &fn_name); in bbv_instrument()
397 bbInfo->fn_name =VG_(strdup)("bbv_strings", fn_name); in bbv_instrument()
/external/valgrind/cachegrind/
Dcg_merge.c210 char* fn_name; member
247 static FileFn* new_FileFn ( char* file_name, char* fn_name ) in new_FileFn() argument
253 ffn->fn_name = fn_name; in new_FileFn()
261 if (ffn->fn_name) in ddel_FileFn()
262 free(ffn->fn_name); in ddel_FileFn()
272 fn2 = strdup(ff->fn_name); in dopy_FileFn()
423 topKey->fi_name, topKey->fn_name ); in show_CacheProfFile()
449 r = strcmp(ff1->fn_name, ff2->fn_name); in cmp_FileFn()
574 topKey->fn_name = strdup(fn); in handle_counts()
576 if (! (topKey && topKey->fi_name && topKey->fn_name)) in handle_counts()
Dcg_annotate.in618 foreach my $fn_name (@fn_fullnames) {
620 my $fn_CC = $fn_totals{$fn_name};
633 print(" $fn_name\n");
636 my $filename = $fn_name;
/external/skia/experimental/SkV8Example/
DJsContext.cpp121 v8::Handle<v8::String> fn_name = v8::String::NewFromUtf8( in initialize() local
123 v8::Handle<v8::Value> fn_val = context->Global()->Get(fn_name); in initialize()
/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp54 const char *fn_name) const;
233 const char *fn_name) const { in ReportZeroByteAllocation()
243 os << "Call to '" << fn_name << "' has an allocation size of 0 bytes"; in ReportZeroByteAllocation()
/external/ltrace/
Doutput.c722 char fn_name[100]; in output_right() local
759 rc = unw_get_proc_name(&cursor, fn_name, in output_right()
760 sizeof(fn_name), in output_right()
764 lib_name, fn_name, function_offset, ip); in output_right()