summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm-perf.c
AgeCommit message (Expand)Author
2021-10-27coresight: etm-pmu: Ensure the AUX handle is validSuzuki K Poulose
2021-10-27coresight: Don't immediately close events that are run on invalid CPU/sink co...James Clark
2021-08-18coresight: etm-perf: Update to activate selected configurationMike Leach
2021-08-18coresight: etm-perf: Update to handle configuration selectionMike Leach
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-16coresight: etm-perf: Fix define build issue when built as moduleMike Leach
2021-04-07coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun
2021-04-06coresight: etm-perf: Handle stale output handlesSuzuki K Poulose
2021-04-06coresight: etm-perf: Allow an event to use different sinksSuzuki K Poulose
2021-02-11coresight: etm-perf: Support PID tracing for kernel at EL2Suzuki K Poulose
2021-02-11coresight: etm-perf: Clarify comment on perf optionsLeo Yan
2020-10-29coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang
2020-09-28coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang
2020-09-28coresight: Export global symbolsMian Yousaf Kaukab
2020-09-17coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian
2020-09-17coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach
2019-08-01coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose
2019-06-19coresight: Use coresight device names for sinks in PMU attributeMathieu Poirier
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier
2019-04-25coresight: perf: Refactor function free_event_data()Mathieu Poirier
2019-04-25coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier
2019-04-25coresight: pmu: Adding ITRACE property to cs_etm PMUMathieu Poirier
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2019-02-06coresight: Use event attributes for sink selectionMathieu Poirier
2019-02-06coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose
2018-09-25coresight: perf: Add helper to retrieve sink configurationSuzuki K Poulose
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose
2018-09-25coresight: perf: Disable trace path upon source errorSuzuki K Poulose
2018-09-25coresight: perf: Allow tracing on hotplugged CPUsSuzuki K Poulose
2018-09-25coresight: perf: Avoid unncessary CPU hotplug read lockSuzuki K Poulose
2018-09-25coresight: perf: Fix per cpu path managementSuzuki K Poulose
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach
2017-08-28hwtracing: coresight: constify attribute_group structures.Arvind Yadav
2017-06-09coresight: etm_perf: Fix using uninitialised workSuzuki K Poulose
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2017-01-25coresight: fix kernel panic caused by invalid CPUWang Nan
2016-11-29coresight: perf: Add a missing call to etm_free_auxQuentin Lambert
2016-11-29coresight: reset "enable_sink" flag when need beMathieu Poirier
2016-09-09coresight: perf: deal with error condition properlyMathieu Poirier
2016-08-31coresight: etm-perf: configuring filters from perf coreMathieu Poirier
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier
2016-03-05drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker