Loading atrace/1.0/default/AtraceDevice.cpp +14 −13 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ using ::android::hardware::atrace::V1_0::TracingCategory; struct TracingConfig { std::string description; // path and if error on failure std::vector<std::pair<std::string, bool>> paths; }; Loading @@ -46,7 +47,7 @@ const std::map<std::string, TracingConfig> kTracingMap = { { "ion", {"ION allocation", {{"/sys/kernel/debug/tracing/events/kmem/ion_alloc_buffer_start/enable", true}}}, {{"/sys/kernel/debug/tracing/events/kmem/ion_alloc_buffer_start/enable", false}}}, }, }; Loading Loading
atrace/1.0/default/AtraceDevice.cpp +14 −13 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ using ::android::hardware::atrace::V1_0::TracingCategory; struct TracingConfig { std::string description; // path and if error on failure std::vector<std::pair<std::string, bool>> paths; }; Loading @@ -46,7 +47,7 @@ const std::map<std::string, TracingConfig> kTracingMap = { { "ion", {"ION allocation", {{"/sys/kernel/debug/tracing/events/kmem/ion_alloc_buffer_start/enable", true}}}, {{"/sys/kernel/debug/tracing/events/kmem/ion_alloc_buffer_start/enable", false}}}, }, }; Loading