Home
last modified time | relevance | path

Searched refs:AddCounter (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_stat_test.cpp389 void AddCounter(const CounterArg& arg) { in AddCounter() function in StatCmdSummaryBuilderTest
428 AddCounter({.event_id = 0, .value = 1, .time_enabled = 1, .time_running = 1}); in TEST_F()
512 AddCounter({.tid = 0, .cpu = 0, .value = 1}); in TEST_F()
513 AddCounter({.tid = 1, .cpu = 1, .value = 2}); in TEST_F()
521 AddCounter({.tid = 0, .cpu = 0, .value = 1}); in TEST_F()
522 AddCounter({.tid = 0, .cpu = 1, .value = 5}); in TEST_F()
523 AddCounter({.tid = 1, .cpu = 0, .value = 3}); in TEST_F()
532 AddCounter({.tid = 0, .cpu = 1, .value = 2}); in TEST_F()
533 AddCounter({.tid = 1, .cpu = 0, .value = 1}); in TEST_F()
540 AddCounter({.tid = 0, .cpu = 0, .value = 1}); in TEST_F()
[all …]
H A Drecord_lib_interface.cpp121 void AddCounter(Counter& a, const Counter& b);
199 void PerfEventSetForCounting::AddCounter(Counter& a, const Counter& b) { in AddCounter() function in simpleperf::PerfEventSetForCounting
238 AddCounter(accumulated_counters_[i], cur[i]); in StopCounters()
254 AddCounter((*counters)[i], accumulated_counters_[i]); in ReadCounters()