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

1 2

  /external/linux-tools-perf/util/
sort.h 21 #include "callchain.h"
52 * @row_offset - offset from the first callchain expanded to appear on screen
53 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
81 struct callchain_root callchain[0]; member in struct:hist_entry
callchain.h 60 * A callchain cursor is a single linked list that
61 * let one feed a callchain progressively.
callchain.c 19 #include "callchain.h"
200 * Fill the node with callchain values
209 pr_warning("Warning: empty node in callchain tree\n");
247 * give a part of its callchain to the created child.
248 * Then create another child to host the given callchain of new branch
263 /* split the callchain and move a part to the new child */
hist.h 11 #include "callchain.h"
57 /* Best would be to reuse the session callchain cursor */
event.h 82 struct ip_callchain *callchain; member in struct:perf_sample
evsel.c 419 if (sample_overlap(event, array, sizeof(data->callchain->nr)))
422 data->callchain = (struct ip_callchain *)array;
424 if (sample_overlap(event, array, data->callchain->nr))
427 array += 1 + data->callchain->nr;
session.c 675 printf("... chain: nr:%" PRIu64 "\n", sample->callchain->nr);
677 for (i = 0; i < sample->callchain->nr; i++)
679 i, sample->callchain->ips[i]);
779 if (!ip_callchain__valid(sample->callchain, event)) {
    [all...]
hist.c 109 callchain_init(self->callchain);
243 callchain_merge(&self->callchain_cursor, iter->callchain,
244 he->callchain);
300 callchain_param.sort(&he->sorted_chain, he->callchain,
  /external/linux-tools-perf/
builtin-report.c 26 #include "util/callchain.h"
68 if ((sort__has_parent || symbol_conf.use_callchain) && sample->callchain) {
70 sample->callchain, &parent);
80 err = callchain_append(he->callchain, &session->callchain_cursor,
165 " callchain data. Did you call"
170 fprintf(stderr, "selected -g but no callchain data."
179 fprintf(stderr, "Can't register callchain"
406 fprintf(stderr, "Can't register callchain params\n");
Android.mk 40 util/callchain.c \
android.patch 223 #include "util/callchain.h"
329 #include "util/callchain.h"
462 diff -r -u -d /home/bccheng/local/kernels/crespo-ics/tools/perf/util/callchain.h ./util/callchain.h
463 --- /home/bccheng/local/kernels/crespo-ics/tools/perf/util/callchain.h 2011-12-09 13:14:50.000000000 -0800
464 +++ ./util/callchain.h 2012-03-22 17:08:10.000000000 -0700
    [all...]
Makefile 251 LIB_H += util/callchain.h
326 LIB_OBJS += $(OUTPUT)util/callchain.o
builtin-timechart.c 32 #include "util/callchain.h"
  /external/chromium_org/chrome/common/metrics/proto/
perf_data.proto 48 // whether an entire callchain was recorded, etc.
259 // Sample callchain info.
260 repeated uint64 callchain = 11;
  /external/chromium/net/tools/flip_server/
epoll_server.cc 274 // inside the callchain of OnEvent.
286 // fd_i->cb is NULL if that fd is unregistered inside the callchain of
epoll_server.h 544 // A callback. If the fd is unregistered inside the callchain of OnEvent,
    [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.cc 275 // inside the callchain of OnEvent.
287 // fd_i->cb is NULL if that fd is unregistered inside the callchain of
epoll_server.h 539 // A callback. If the fd is unregistered inside the callchain of OnEvent,
    [all...]
  /external/v8/tools/
ll_prof.py 587 # before the callchain and has variable size.
589 # Raw data follows the callchain and is ignored.
  /external/chromium_org/v8/tools/
ll_prof.py 608 # before the callchain and has variable size.
610 # Raw data follows the callchain and is ignored.
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 870 struct perf_callchain_entry *callchain; member in struct:perf_sample_data
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 1010 struct perf_callchain_entry *callchain; member in struct:perf_sample_data
  /external/linux-tools-perf/util/ui/browsers/
hists.c 678 * structure, we need to always print the whole hist_entry callchain,
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 87 // callchain.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1208 callChain: function(){
    [all...]

Completed in 2192 milliseconds

1 2