OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppe
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
os-win32.c
64
PollingEntry **
ppe
, *pe;
local
68
for(
ppe
= &first_polling_entry; *
ppe
!= NULL;
ppe
= &(*
ppe
)->next);
69
*
ppe
= pe;
75
PollingEntry **
ppe
, *pe;
local
76
for(
ppe
= &first_polling_entry; *
ppe
!= NULL;
ppe
= &(*ppe)->next)
[
all
...]
/external/linux-tools-perf/
builtin-timechart.c
537
struct power_processor_entry *
ppe
= (void *)te;
local
538
if (
ppe
->state == (u32)PWR_EVENT_EXIT)
539
c_state_end(
ppe
->cpu_id, sample->time);
541
c_state_start(
ppe
->cpu_id, sample->time,
542
ppe
->state);
545
struct power_processor_entry *
ppe
= (void *)te;
local
546
p_state_change(
ppe
->cpu_id, sample->time,
ppe
->state);
Completed in 367 milliseconds