HomeSort by relevance Sort by last modified time
    Searched refs:entry_str (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 390 char *entry_str; member in struct:thread_trace
721 if (ttrace->entry_str == NULL) {
722 ttrace->entry_str = malloc(1024);
723 if (!ttrace->entry_str)
728 msg = ttrace->entry_str;
736 fprintf(trace->output, "%-70s\n", ttrace->entry_str);
781 fprintf(trace->output, "%-70s", ttrace->entry_str);
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 6037 Handle<Object> entry_str = local
    [all...]

Completed in 69 milliseconds