Home
last modified time | relevance | path

Searched refs:parse_event (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/
Dopev.py32 def parse_event(line,ovf): function
69 eventlist = [parse_event(line,ovf) for line in lines]
/external/oprofile/libpp/
Dprofile_spec.h100 void parse_event(std::string const &);
Dprofile_spec.cpp65 parse_table["event"] = &profile_spec::parse_event; in profile_spec()
147 void profile_spec::parse_event(string const & str) in parse_event() function in profile_spec