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

  /external/strace/xlat/
perf_event_read_format.h 13 #if defined(PERF_FORMAT_TOTAL_TIME_RUNNING) || (defined(HAVE_DECL_PERF_FORMAT_TOTAL_TIME_RUNNING) && HAVE_DECL_PERF_FORMAT_TOTAL_TIME_RUNNING)
15 static_assert((PERF_FORMAT_TOTAL_TIME_RUNNING) == (1 << 1), "PERF_FORMAT_TOTAL_TIME_RUNNING != 1 << 1");
18 # define PERF_FORMAT_TOTAL_TIME_RUNNING 1 << 1
46 XLAT(PERF_FORMAT_TOTAL_TIME_RUNNING),
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
event.c 34 PERF_FORMAT_TOTAL_TIME_RUNNING;
  /external/ltp/testcases/kernel/tracing/pt_test/
pt_test.c 127 attr.read_format = PERF_FORMAT_ID | PERF_FORMAT_TOTAL_TIME_RUNNING |
  /external/perf_data_converter/src/quipper/
sample_info_reader.cc 48 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
61 if (read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
426 if (attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
436 if (attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
sample_info_reader_test.cc 216 PERF_FORMAT_TOTAL_TIME_RUNNING | PERF_FORMAT_ID;
228 // { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
perf_serializer.cc 375 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
435 if (reader->event_attr().read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
    [all...]
perf_reader_test.cc 580 PERF_FORMAT_TOTAL_TIME_RUNNING | PERF_FORMAT_ID)
    [all...]
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open02.c 141 /* if PERF_FORMAT_TOTAL_TIME_RUNNING */
159 PERF_FORMAT_TOTAL_TIME_RUNNING;
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 212 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
218 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
227 PERF_FORMAT_TOTAL_TIME_RUNNING = 1U << 1,
  /bionic/libc/kernel/uapi/linux/
perf_event.h 180 PERF_FORMAT_TOTAL_TIME_RUNNING = 1U << 1,
  /external/kernel-headers/original/uapi/linux/
perf_event.h 274 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
280 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
289 PERF_FORMAT_TOTAL_TIME_RUNNING = 1U << 1,
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1030 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_amd64.go 1048 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_arm.go 1018 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_arm64.go 1027 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_mips.go 1022 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_mips64.go 1029 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_mips64le.go 1029 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_mipsle.go 1022 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_ppc64.go 1037 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_ppc64le.go 1037 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]
ztypes_linux_s390x.go 1053 PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2
    [all...]

Completed in 122 milliseconds