HomeSort by relevance Sort by last modified time
    Searched refs:PERF_RECORD_SAMPLE (Results 1 - 25 of 27) sorted by null

1 2

  /external/toolchain-utils/
perf-to-inst-page.sh 51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
53 "BEGIN { count=0; } /PERF_RECORD_SAMPLE/ {addr = strtonum(\$8) - strtonum(base); \
  /external/perf_data_converter/src/quipper/
sample_info_reader.cc 21 case PERF_RECORD_SAMPLE:
156 if (!(event.header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) {
163 // See structure for PERF_RECORD_SAMPLE in kernel/perf_event.h
168 // of fields is mostly in the same order as PERF_RECORD_SAMPLE, with
173 if (event.header.type == PERF_RECORD_SAMPLE) {
225 if (event.header.type != PERF_RECORD_SAMPLE) {
233 // The remaining fields are only in PERF_RECORD_SAMPLE
338 if (!(event->header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) {
351 // of PERF_RECORD_SAMPLE, sample_id, and PERF_SAMPLE_IDENTIFIER, as they
356 if (event->header.type == PERF_RECORD_SAMPLE) {
    [all...]
sample_info_reader_test.cc 54 .type = PERF_RECORD_SAMPLE,
114 .type = PERF_RECORD_SAMPLE,
220 // PERF_RECORD_SAMPLE
239 .type = PERF_RECORD_SAMPLE,
272 // PERF_RECORD_SAMPLE
281 .type = PERF_RECORD_SAMPLE,
312 // PERF_RECORD_SAMPLE
320 .type = PERF_RECORD_SAMPLE,
350 // PERF_RECORD_SAMPLE
364 .type = PERF_RECORD_SAMPLE,
    [all...]
perf_data_utils.cc 78 if (event.header().type() == PERF_RECORD_SAMPLE)
perf_reader_test.cc 112 .type = PERF_RECORD_SAMPLE,
519 .type = PERF_RECORD_SAMPLE,
583 // PERF_RECORD_SAMPLE
588 .type = PERF_RECORD_SAMPLE,
659 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type());
729 .type = PERF_RECORD_SAMPLE,
767 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type());
817 // PERF_RECORD_SAMPLE
820 .type = PERF_RECORD_SAMPLE,
902 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type())
    [all...]
perf_parser_test.cc 384 // PERF_RECORD_SAMPLE
466 EXPECT_EQ(PERF_RECORD_SAMPLE, events[4].event_ptr->header().type());
471 EXPECT_EQ(PERF_RECORD_SAMPLE, events[5].event_ptr->header().type());
476 EXPECT_EQ(PERF_RECORD_SAMPLE, events[6].event_ptr->header().type());
481 EXPECT_EQ(PERF_RECORD_SAMPLE, events[7].event_ptr->header().type());
484 EXPECT_EQ(PERF_RECORD_SAMPLE, events[8].event_ptr->header().type());
489 EXPECT_EQ(PERF_RECORD_SAMPLE, events[9].event_ptr->header().type());
492 EXPECT_EQ(PERF_RECORD_SAMPLE, events[10].event_ptr->header().type());
498 EXPECT_EQ(PERF_RECORD_SAMPLE, events[11].event_ptr->header().type());
507 EXPECT_EQ(PERF_RECORD_SAMPLE, events[13].event_ptr->header().type())
    [all...]
test_perf_data.cc 340 .type = MaybeSwap32(PERF_RECORD_SAMPLE),
375 .type = PERF_RECORD_SAMPLE,
perf_serializer.cc 205 case PERF_RECORD_SAMPLE:
275 case PERF_RECORD_SAMPLE:
    [all...]
perf_parser.cc 169 case PERF_RECORD_SAMPLE:
perf_reader.cc     [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
trace_helpers.c 135 if (e->header.type == PERF_RECORD_SAMPLE) {
  /external/bcc/src/cc/
perf_reader.c 208 } else if (e->type == PERF_RECORD_SAMPLE) {
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 531 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
688 PERF_RECORD_SAMPLE = 9,
  /bionic/libc/kernel/uapi/linux/
perf_event.h 322 PERF_RECORD_SAMPLE = 9,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 660 * PERF_RECORD_MISC_EXACT_IP - PERF_RECORD_SAMPLE of precise events
708 * IDENTIFIER) described in PERF_RECORD_SAMPLE below, it will be stashed
868 PERF_RECORD_SAMPLE = 9,
    [all...]
  /external/v8/tools/
ll_prof.py 557 # Reference: /usr/include/perf_event.h, the comment for PERF_RECORD_SAMPLE.
581 PERF_RECORD_SAMPLE = 9
936 elif header.type == PERF_RECORD_SAMPLE:
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1042 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_amd64.go 1060 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_arm.go 1030 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_arm64.go 1039 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips.go 1034 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips64.go 1041 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mips64le.go 1041 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_mipsle.go 1034 PERF_RECORD_SAMPLE = 0x9
    [all...]
ztypes_linux_ppc64.go 1049 PERF_RECORD_SAMPLE = 0x9
    [all...]

Completed in 1487 milliseconds

1 2