Searched refs:CLOCK_MONOTONIC_RAW (Results 1 - 9 of 9) sorted by relevance
/developtools/profiler/timestamps/ |
H A D | timestamps.cpp | 38 { TOSTRING(CLOCK_MONOTONIC_RAW), CLOCK_MONOTONIC_RAW, { 0 } }, in main()
|
/developtools/hiperf/include/ |
H A D | perf_events.h | 49 #ifndef CLOCK_MONOTONIC_RAW 50 #define CLOCK_MONOTONIC_RAW 4 macro
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 137 {FfrtProfilerConfig::MONOTONIC_RAW, CLOCK_MONOTONIC_RAW}, in GetClockId()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_manager.cpp | 146 {NetworkProfilerConfig::MONOTONIC_RAW, CLOCK_MONOTONIC_RAW}, in GetClockId()
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_writer.cpp | 181 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in SetTimeSource()
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 51 {"mono_raw", CLOCK_MONOTONIC_RAW},
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | flow_controller.cpp | 686 {CLOCK_MONOTONIC_RAW, ClockDetailMsg::MONOTONIC_RAW},
|
/developtools/hiperf/src/ |
H A D | perf_events.cpp | 89 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
H A D | subcommand_record.cpp | 79 {"monotonic", CLOCK_MONOTONIC}, {"monotonic_raw", CLOCK_MONOTONIC_RAW}, in GetClockId()
|
Completed in 12 milliseconds