ldrp-v2: Add new method of finding number of CPUs as of kernel 4.5
As of commit c4c54dd1 (kernel/cpu.c: change type of cpu_possible_bits and friends), cpu_present_bits no longer exists. Add new method of finding number of cpus and also change other functions to use the get_num_cpus API instead of defining it again. Change-Id: I6d38d505ba7674b94e8481e6679226803eba977e
Showing
- linux-ramdump-parser-v2/debug_image_v2.py 2 additions, 3 deletionslinux-ramdump-parser-v2/debug_image_v2.py
- linux-ramdump-parser-v2/parsers/irqstate.py 2 additions, 4 deletionslinux-ramdump-parser-v2/parsers/irqstate.py
- linux-ramdump-parser-v2/parsers/slabinfo.py 2 additions, 4 deletionslinux-ramdump-parser-v2/parsers/slabinfo.py
- linux-ramdump-parser-v2/parsers/slabsummary.py 2 additions, 4 deletionslinux-ramdump-parser-v2/parsers/slabsummary.py
- linux-ramdump-parser-v2/parsers/workqueue.py 2 additions, 4 deletionslinux-ramdump-parser-v2/parsers/workqueue.py
- linux-ramdump-parser-v2/ramdump.py 7 additions, 1 deletionlinux-ramdump-parser-v2/ramdump.py
Loading
Please register or sign in to comment