Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dperfmon.c37 void dump_pmc_struct(struct perfmon_struct *perfdata);
38 void dump_hardware_pmc_struct(void *perfdata);
40 int pmc_profile(struct perfmon_struct *perfdata);
41 int pmc_set_general(struct perfmon_struct *perfdata);
42 int pmc_set_user_general(struct perfmon_struct *perfdata);
44 int pmc_timeslice_enable(struct perfmon_struct *perfdata);
45 int pmc_timeslice_disable(struct perfmon_struct *perfdata);
46 int pmc_timeslice_set(struct perfmon_struct *perfdata);
47 void pmc_dump_timeslice(struct perfmon_struct *perfdata);
305 void dump_pmc_struct(struct perfmon_struct *perfdata) in dump_pmc_struct() argument
[all …]