summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/ptt
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2024-05-02hwtracing: hisi_ptt: Assign parent for event_source deviceJonathan Cameron-0/+1
2024-02-26hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_i...Yang Jihong-3/+3
2023-11-16hwtracing: hisi_ptt: Optimize the trace data committingYicong Yang-8/+7
2023-11-16hwtracing: hisi_ptt: Disable interrupt after trace endYicong Yang-0/+5
2023-11-13hwtracing: hisi_ptt: Don't try to attach a taskYicong Yang-0/+3
2023-11-13hwtracing: hisi_ptt: Handle the interrupt in hardirq contextYicong Yang-3/+3
2023-11-13hwtracing: hisi_ptt: Add dummy callback pmu::read()Junhao He-0/+5
2023-08-15hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang-4/+4
2023-06-21hwtracing: hisi_ptt: Fix potential sleep in atomic contextYicong Yang-7/+7
2023-06-21hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMUYicong Yang-1/+1
2023-06-21hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang-0/+221
2023-06-21hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang-8/+202
2023-06-21hwtracing: hisi_ptt: Factor out filter allocation and release operationYicong Yang-24/+39
2023-01-19hwtracing: hisi_ptt: Only add the supported devices to the filters listYicong Yang-0/+10
2022-09-12hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private"Stephen Rothwell-1/+0
2022-09-08hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr...Yicong Yang-0/+154
2022-09-08hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T...Yicong Yang-0/+1107