HomeSort by relevance Sort by last modified time
    Searched refs:_oprof_data (Results 1 - 4 of 4) sorted by null

  /external/oprofile/module/
oprofile.h 42 struct _oprof_data { struct
145 extern struct _oprof_data oprof_data[NR_CPUS];
oprofile.c 46 struct _oprof_data oprof_data[NR_CPUS] __cacheline_aligned;
58 inline static int need_wakeup(uint cpu, struct _oprof_data * data)
63 inline static void next_sample(struct _oprof_data * data)
69 inline static void evict_op_entry(uint cpu, struct _oprof_data * data, long irq_enabled)
119 struct _oprof_data * data = &oprof_data[cpu];
259 struct _oprof_data * data = &oprof_data[cpu_nr];
435 struct _oprof_data * data;
575 struct _oprof_data * data = &oprof_data[i];
  /external/oprofile/module/x86/
op_nmi.c 120 struct _oprof_data * data = &oprof_data[cpu];
  /external/oprofile/module/ia64/
op_pmu.c 414 struct _oprof_data * data = &oprof_data[cpu];

Completed in 1173 milliseconds