HomeSort by relevance Sort by last modified time
    Searched refs:event_spec (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpp/
parse_filename.cpp 27 parsed_filename parse_event_spec(string const & event_spec)
34 parts_type parts = separate_token(event_spec, '.');
37 throw invalid_argument("parse_event_spec(): bad event specification: " + event_spec);
42 throw invalid_argument("parse_event_spec(): bad event specification: " + event_spec);
110 * {kern}/name/event_spec
111 * {root}/path/to/bin/{dep}/{root}/path/to/bin/event_spec
112 * {root}/path/to/bin/{dep}/{anon:anon}/pid.start.end/event_spec
113 * {root}/path/to/bin/{dep}/{anon:[vdso]}/pid.start.end/event_spec
114 * {root}/path/to/bin/{dep}/{kern}/name/event_spec
115 * {root}/path/to/bin/{dep}/{root}/path/to/bin/{cg}/{root}/path/to/bin/event_spec
130 string event_spec = filename.substr(pos + 1); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 161 static const EventTypeSpec event_spec = { local
169 GetEventTypeCount(event_spec),
170 &event_spec,
  /external/oprofile/opcontrol/
opcontrol.cpp 361 int process_event(const char *event_spec)
369 strncpy(event_name, event_spec, 512);

Completed in 52 milliseconds