index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
perf
/
core-book3s.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/perf: Set cpumode flags using sample address
Anjali K
2024-06-17
1
-26
/
+19
*
powerpc: Use user_mode() macro when possible
Christophe Leroy
2024-02-22
1
-1
/
+1
*
powerpc/perf: Power11 Performance Monitoring support
Madhavan Srinivasan
2024-02-21
1
-0
/
+2
*
Merge branch 'tip/perf/urgent'
Peter Zijlstra
2023-11-15
1
-3
/
+2
|
\
|
*
powerpc/perf: Fix disabling BHRB and instruction sampling
Nicholas Piggin
2023-10-20
1
-3
/
+2
*
|
perf: Add branch stack counters
Kan Liang
2023-10-27
1
-1
/
+1
|
/
*
perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
2023-01-18
1
-2
/
+1
*
perf: Rewrite core context handling
Peter Zijlstra
2022-10-27
1
-4
/
+4
*
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-3
/
+7
|
\
|
*
perf: Use sample_flags for data_src
Kan Liang
2022-09-06
1
-1
/
+3
|
*
perf: Use sample_flags for weight
Kan Liang
2022-09-06
1
-2
/
+3
|
*
perf: Use sample_flags for branch stack
Kan Liang
2022-09-06
1
-0
/
+1
*
|
powerpc/perf: Fix branch_filter support for multiple filters
Athira Rajeev
2022-09-28
1
-0
/
+17
|
/
*
powerpc/perf: Add support for caps under sysfs in powerpc
Athira Rajeev
2022-07-18
1
-0
/
+31
*
powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...
Athira Rajeev
2022-06-28
1
-20
/
+15
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-3
/
+3
*
powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...
Athira Rajeev
2022-01-24
1
-3
/
+14
*
powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64
Athira Rajeev
2022-01-17
1
-30
/
+28
*
powerpc/perf: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-1
/
+1
*
powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...
Nicholas Piggin
2021-12-16
1
-0
/
+31
*
powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...
Athira Rajeev
2021-11-30
1
-1
/
+57
*
powerpc/64s: Implement PMU override command line option
Nicholas Piggin
2021-11-24
1
-0
/
+35
*
powerpc/perf: Fix the check for SIAR value
Kajol Jain
2021-08-25
1
-7
/
+1
*
powerpc/perf: Drop the case of returning 0 as instruction pointer
Kajol Jain
2021-08-25
1
-2
/
+0
*
powerpc/perf: Use stack siar instead of mfspr
Kajol Jain
2021-08-25
1
-1
/
+1
*
powerpc/64s/perf: Always use SIAR for kernel interrupts
Nicholas Piggin
2021-08-04
1
-0
/
+9
*
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-07-02
1
-2
/
+2
|
\
|
*
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-16
1
-2
/
+2
*
|
powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set
Athira Rajeev
2021-06-18
1
-1
/
+1
|
/
*
powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...
Athira Rajeev
2021-04-20
1
-2
/
+2
*
powerpc/traps: Enhance readability for trap types
Xiongwei Song
2021-04-17
1
-2
/
+3
*
powerpc/perf: Infrastructure to support checking of attr.config*
Madhavan Srinivasan
2021-04-14
1
-0
/
+11
*
powerpc/perf: Fix handling of privilege level checks in perf interrupt context
Athira Rajeev
2021-03-02
1
-2
/
+2
*
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
1
-49
/
+47
|
\
|
*
powerpc/perf: Adds support for programming of Thresholding in P10
Kajol Jain
2021-02-11
1
-7
/
+8
|
*
powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
Athira Rajeev
2021-02-08
1
-4
/
+15
|
*
powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regs
Athira Rajeev
2021-02-08
1
-0
/
+11
|
*
powerpc/perf: Include PMCs as part of per-cpu cpuhw_events struct
Athira Rajeev
2021-02-08
1
-6
/
+12
|
*
powerpc/perf: move perf irq/nmi handling details into traps.c
Nicholas Piggin
2021-02-08
1
-33
/
+2
*
|
perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-01
1
-1
/
+1
|
/
*
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-17
1
-6
/
+59
|
\
|
*
powerpc/perf: Exclude kernel samples while counting events in user space.
Athira Rajeev
2020-12-10
1
-0
/
+10
|
*
powerpc/perf: MMCR0 control for PMU registers under PMCC=00
Athira Rajeev
2020-12-03
1
-0
/
+4
|
*
powerpc/perf: Invoke per-CPU variable access with disabled interrupts
Athira Rajeev
2020-12-03
1
-4
/
+6
|
*
powerpc/perf: Fix crash with is_sier_available when pmu is not set
Athira Rajeev
2020-12-03
1
-0
/
+3
|
*
powerpc/perf: Use regs->nip when SIAR is zero
Madhavan Srinivasan
2020-11-19
1
-4
/
+17
|
*
powerpc/perf: Use the address from SIAR register to set cpumode flags
Athira Rajeev
2020-11-19
1
-0
/
+14
|
*
powerpc/perf: Drop the check for SIAR_VALID
Athira Rajeev
2020-11-19
1
-1
/
+8
*
|
Merge remote-tracking branch 'origin/master' into perf/core
Peter Zijlstra
2020-11-26
1
-5
/
+19
|
\
|
|
*
powerpc/perf: Fix crashes with generic_compat_pmu & BHRB
Alexey Kardashevskiy
2020-08-27
1
-5
/
+14
[next]