OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddEventType
(Results
1 - 5
of
5
) sorted by null
/system/extras/simpleperf/
record_file_test.cpp
37
void
AddEventType
(const std::string& event_type_str) {
59
AddEventType
("cpu-cycles");
107
AddEventType
("cpu-cycles");
143
AddEventType
("cpu-cycles");
144
AddEventType
("cpu-clock");
145
AddEventType
("task-clock");
event_selection_set.h
60
bool
AddEventType
(const EventTypeAndModifier& event_type_modifier);
event_selection_set.cpp
53
bool EventSelectionSet::
AddEventType
(const EventTypeAndModifier& event_type_modifier) {
cmd_stat.cpp
261
if (!event_selection_set_.
AddEventType
(event_type)) {
cmd_record.cpp
469
if (!event_selection_set_.
AddEventType
(event_type)) {
Completed in 2791 milliseconds