aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm-perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-06coresight: Add config flag to enable branch broadcastJames Clark1-0/+2
2021-10-27coresight: etm-pmu: Ensure the AUX handle is validSuzuki K Poulose1-3/+24
2021-10-27coresight: Don't immediately close events that are run on invalid CPU/sink combosJames Clark1-6/+23
2021-08-18coresight: etm-perf: Update to activate selected configurationMike Leach1-1/+13
2021-08-18coresight: etm-perf: Update to handle configuration selectionMike Leach1-28/+106
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+106
2021-04-16coresight: etm-perf: Fix define build issue when built as moduleMike Leach1-1/+1
2021-04-07coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun1-1/+1
2021-04-06coresight: etm-perf: Handle stale output handlesSuzuki K Poulose1-5/+54
2021-04-06coresight: etm-perf: Allow an event to use different sinksSuzuki K Poulose1-8/+52
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose1-1/+26
2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan1-1/+4
2020-10-29coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach1-1/+1
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang1-2/+6
2020-09-28coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang1-2/+2
2020-09-28coresight: Export global symbolsMian Yousaf Kaukab1-0/+1
2020-09-17coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian1-2/+0
2020-09-17coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose1-0/+10
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach1-3/+14
2019-08-01coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose1-0/+1
2019-06-19coresight: Use coresight device names for sinks in PMU attributeMathieu Poirier1-4/+4
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier1-1/+1
2019-04-25coresight: perf: Refactor function free_event_data()Mathieu Poirier1-6/+18
2019-04-25coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier1-3/+5
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier1-0/+2
2019-04-25coresight: pmu: Adding ITRACE property to cs_etm PMUMathieu Poirier1-1/+2
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin1-3/+4
2019-02-06coresight: Use event attributes for sink selectionMathieu Poirier1-12/+12
2019-02-06coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier1-0/+82
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier1-3/+3
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose1-7/+2
2018-09-25coresight: perf: Add helper to retrieve sink configurationSuzuki K Poulose1-14/+0
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose1-8/+1
2018-09-25coresight: perf: Disable trace path upon source errorSuzuki K Poulose1-1/+3
2018-09-25coresight: perf: Allow tracing on hotplugged CPUsSuzuki K Poulose1-15/+29
2018-09-25coresight: perf: Avoid unncessary CPU hotplug read lockSuzuki K Poulose1-3/+0
2018-09-25coresight: perf: Fix per cpu path managementSuzuki K Poulose1-15/+40
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-12/+1
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-33/+26
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach1-0/+2
2017-08-28hwtracing: coresight: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-09coresight: etm_perf: Fix using uninitialised workSuzuki K Poulose1-2/+1
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon1-5/+4
2017-01-25coresight: fix kernel panic caused by invalid CPUWang Nan1-0/+1
2016-11-29coresight: perf: Add a missing call to etm_free_auxQuentin Lambert1-1/+1
2016-11-29coresight: reset "enable_sink" flag when need beMathieu Poirier1-15/+16
2016-09-09coresight: perf: deal with error condition properlyMathieu Poirier1-2/+2
2016-08-31coresight: etm-perf: configuring filters from perf coreMathieu Poirier1-15/+134
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier1-2/+2