8+ results for 'trace_android_vh_' (0 ms)

Not the results you expected?

freq_table.c (https://github.com/android/kernel_common.git) C · 372 lines

53 }

54

55 trace_android_vh_freq_table_limits(policy, min_freq, max_freq);

56 policy->min = policy->cpuinfo.min_freq = min_freq;

57 policy->max = max_freq;

dma-mapping.c (https://github.com/maurossi/linux.git) C · 62 lines

53 if (iommu) {

54 iommu_setup_dma_ops(dev, dma_base, size);

55 trace_android_vh_iommu_setup_dma_ops(dev, dma_base, size);

56 }

57

logbuf.h (https://github.com/maurossi/linux.git) C Header · 26 lines

19 TP_ARGS(rb, r))

20 #else

21 #define trace_android_vh_logbuf(rb, r)

22 #endif

23

gpiolib.h (https://github.com/maurossi/linux.git) C Header · 24 lines

17 TP_ARGS(gdev, block_gpio_read));

18 #else

19 #define trace_android_vh_gpio_block_read(gdev, block_gpio_read)

20 #endif

21

show_mem.c (https://github.com/maurossi/linux.git) C · 45 lines

42 printk("%lu pages hwpoisoned\n", atomic_long_read(&num_poisoned_pages));

43 #endif

44 trace_android_vh_show_mem(filter, nodemask);

45 }

46

dma-mapping.c (https://github.com/android/kernel_common.git) C · 62 lines

53 if (iommu) {

54 iommu_setup_dma_ops(dev, dma_base, dma_base + size - 1);

55 trace_android_vh_iommu_setup_dma_ops(dev, dma_base, dma_base + size - 1);

56 }

57

iommu.h (https://github.com/maurossi/linux.git) C Header · 30 lines

21 #else

22

23 #define trace_android_vh_iommu_setup_dma_ops(dev, dma_base, size)

24

25 #endif

debug.h (https://github.com/maurossi/linux.git) C Header · 26 lines

18 TP_ARGS(regs))

19 #else

20 #define trace_android_vh_ipi_stop(regs)

21 #define trace_android_vh_ipi_stop_rcuidle(regs)