aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose1-0/+7
2020-10-29coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach1-1/+1
2020-10-29coresight: add module licenseArnd Bergmann1-0/+1
2020-10-05intel_th: pci: Add Alder Lake CPU supportAlexander Shishkin1-0/+5
2020-10-05intel_th: pci: Add Alder Lake-S supportAlexander Shishkin1-0/+5
2020-10-05stm class: ftrace: Use different channel accroding to CPUTingwei Zhang1-1/+4
2020-10-05stm class: ftrace: Enable supported trace export flagTingwei Zhang1-0/+2
2020-10-05stm class: ftrace: Change dependency to TRACINGTingwei Zhang1-1/+1
2020-09-28coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 registerSai Prakash Ranjan1-2/+2
2020-09-28coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang5-15/+48
2020-09-28coresight: catu: Allow catu drivers to be built as modulesTingwei Zhang2-1/+19
2020-09-28coresight: tmc-etr: Add function to register catu opsMian Yousaf Kaukab4-6/+36
2020-09-28coresight: cti: Allow cti to be built as a moduleTingwei Zhang5-5/+28
2020-09-28coresight: cti: Increase reference count when enabling ctiTingwei Zhang1-3/+14
2020-09-28coresight: cti: Don't disable ect device if it's not enabledTingwei Zhang1-3/+8
2020-09-28coresight: cti: Fix bug clearing sysfs links on callbackMike Leach2-3/+3
2020-09-28coresight: cti: Fix remove sysfs link errorMike Leach1-3/+6
2020-09-28coresight: cti: Add function to register cti associate opsTingwei Zhang3-16/+55
2020-09-28coresight: replicator: Allow replicator driver to be built as moduleKim Phillips2-3/+67
2020-09-28coresight: funnel: Allow funnel driver to be built as moduleKim Phillips1-2/+63
2020-09-28coresight: tmc: Allow tmc to be built as a moduleKim Phillips3-5/+32
2020-09-28coresight: tpiu: Allow tpiu to be built as a moduleKim Phillips2-2/+23
2020-09-28coresight: etb: Allow etb to be built as a moduleKim Phillips2-2/+29
2020-09-28coresight: etm4x: Allow etm4x to be built as a moduleKim Phillips3-24/+69
2020-09-28coresight: etm3x: Allow etm3x to be built as a moduleKim Phillips3-42/+122
2020-09-28coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang1-2/+2
2020-09-28coresight: stm: Allow to build coresight-stm as a moduleTingwei Zhang2-2/+23
2020-09-28coresight: Add try_get_module() in coresight_grab_device()Tingwei Zhang1-7/+53
2020-09-28coresight: Export global symbolsMian Yousaf Kaukab4-0/+17
2020-09-28coresight: Add coresight prefix to barrier_pktTingwei Zhang4-7/+6
2020-09-28coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips2-2/+2
2020-09-28coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang1-0/+2
2020-09-28coresight: cpu_debug: Add module name in KconfigTingwei Zhang1-0/+3
2020-09-17coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach2-1/+10
2020-09-17coresight: etm4x: Fix mis-usage of nr_resource in sysfs interfaceJonathan Zhou1-3/+6
2020-09-17coresight: Make sysfs functional on topologies with per core sinkLinu Cherian2-36/+29
2020-09-17coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian1-2/+0
2020-09-17coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou1-2/+2
2020-09-17coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose1-0/+10
2020-09-17coresight: cti: Write regsiters directly in cti_enable_hw()Tingwei Zhang1-19/+5
2020-09-17coresight: etm4x: Fix issues within reset interface of sysfsJonathan Zhou1-1/+1
2020-09-17coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach2-10/+25
2020-09-17coresight: cti: remove pm_runtime_get_sync() from CPU hotplugTingwei Zhang1-3/+0
2020-09-17coresight: cti: disclaim device only when it's claimedTingwei Zhang1-1/+2
2020-09-17coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu1-0/+2
2020-09-17coresight: fix offset by one error in counting portsMian Yousaf Kaukab1-5/+5
2020-09-17coresight: stm: Support marked packetTingwei Zhang1-4/+7
2020-09-17coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan1-34/+31
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+4
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2-9/+9