OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_NAME
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/asm-arm/
proc-fns.h
21
#undef
CPU_NAME
24
*
CPU_NAME
- the prefix for CPU related functions
29
# ifdef
CPU_NAME
33
# define
CPU_NAME
cpu_arm6
37
# ifdef
CPU_NAME
41
# define
CPU_NAME
cpu_arm7
45
# ifdef
CPU_NAME
49
# define
CPU_NAME
cpu_arm720
53
# ifdef
CPU_NAME
57
# define
CPU_NAME
cpu_arm92
[
all
...]
/external/oprofile/libop/
op_xml_out.h
20
PROCESSOR,
CPU_NAME
, TITLE, SCHEMA_VERSION, MHZ,
/external/oprofile/libpp/
xml_utils.cpp
160
string xml_utils::get_profile_header(string
cpu_name
, double const speed)
165
string::size_type slash_pos =
cpu_name
.find("/");
168
cpu_type =
cpu_name
;
171
cpu_type =
cpu_name
.substr(0, slash_pos);
172
processor =
cpu_name
.substr(slash_pos+1);
175
str << init_attr(
CPU_NAME
, cpu_type) << endl;
Completed in 485 milliseconds