Searched refs:AddCounter (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | cmd_stat_test.cpp | 389 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 D | record_lib_interface.cpp | 121 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()
|