Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/scripting-engines/
Dtrace-event-perl.c232 static inline struct event *find_cache_event(int type) in find_cache_event() function
276 event = find_cache_event(type); in perl_process_tracepoint()
Dtrace-event-python.c189 static inline struct event *find_cache_event(int type) in find_cache_event() function
234 event = find_cache_event(type); in python_process_event()