OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hot_regs
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
perf_event.h
955
struct pt_regs
hot_regs
;
local
958
perf_fetch_caller_regs(&
hot_regs
, 1);
959
regs = &
hot_regs
;
/external/linux-tools-perf/util/include/linux/added/
perf_event.h
1072
struct pt_regs
hot_regs
;
local
1076
perf_fetch_caller_regs(&
hot_regs
);
1077
regs = &
hot_regs
;
Completed in 40 milliseconds