aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child3-4/+4
2021-12-23powerpc/512x: Add __init attribute to eligible functionsNick Child3-30/+30
2021-12-23powerpc/85xx: Add __init attribute to eligible functionsNick Child5-6/+6
2021-12-23powerpc/83xx: Add __init attribute to eligible functionsNick Child6-10/+10
2021-12-23powerpc/embedded6xx: Add __init attribute to eligible functionsNick Child5-7/+7
2021-12-23powerpc/44x: Add __init attribute to eligible functionsNick Child1-2/+2
2021-12-23powerpc/4xx: Add __init attribute to eligible functionsNick Child2-3/+3
2021-12-23powerpc/ps3: Add __init attribute to eligible functionsNick Child7-24/+24
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child11-18/+18
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child15-28/+28
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child8-11/+11
2021-12-23powerpc/pasemi: Add __init attribute to eligible functionsNick Child5-5/+5
2021-12-23powerpc/chrp: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child5-20/+20
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child24-40/+40
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child12-20/+20
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child13-20/+20
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child3-15/+15
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child24-68/+69
2021-12-21selftests/powerpc: Add a test of sigreturning to the kernelMichael Ellerman3-0/+134
2021-12-21powerpc/dts: Remove "spidev" nodesRob Herring2-14/+0
2021-12-20ocxl: remove redundant rc variableMinghao Chi1-3/+1
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2-5/+13
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-20powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET1-2/+1
2021-12-16selftests/powerpc: skip tests for unavailable mitigations.Sachin Sant1-1/+4
2021-12-16powerpc/pseries: use slab context cpumask allocation in CPU hotplug initNicholas Piggin1-4/+5
2021-12-16powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin1-0/+63
2021-12-16powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin1-4/+10
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in useNicholas Piggin4-27/+67
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PMIs to be soft-NMINicholas Piggin2-0/+33
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin4-38/+42
2021-12-16powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if possibleNicholas Piggin1-1/+18
2021-12-16powerpc/pseries/vas: Don't print an error when VAS is unavailableNicholas Piggin1-2/+9
2021-12-16powerpc/perf: Add data source encodings for power10 platformKajol Jain1-12/+42
2021-12-16powerpc/perf: Add encodings to represent data based on newer composite PERF_MEM_LVLNUM* fieldsKajol Jain1-3/+3
2021-12-16perf: Add new macros for mem_hops fieldKajol Jain1-1/+4
2021-12-14KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson1-2/+3
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2-0/+18
2021-12-09powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini1-0/+30
2021-12-09selftests/powerpc/spectre_v2: Return skip code when miss_percent is highThadeu Lima de Souza Cascardo1-1/+1
2021-12-09powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell1-0/+1
2021-12-09macintosh: Add const to of_device_idXiang wangx1-1/+1
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2-18/+24
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy4-11/+13
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2-8/+15
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy23-112/+112
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy1-11/+2