aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-24perf build: Add LTO build optionIan Rogers1-0/+5
2023-07-24perf test: Avoid weak symbol for arch_testsIan Rogers1-1/+10
2023-07-24perf parse-events: Avoid use uninitialized warningIan Rogers1-1/+1
2023-07-24perf stat: Avoid uninitialized use of perf_stat_configIan Rogers2-2/+2
2023-07-20perf diff: Replaces some ',' as separator with the more usual ';'Lu Hongfei1-2/+2
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo4-11/+41
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo5-4/+88
2023-07-20perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo1-5/+16
2023-07-20perf bench uprobe: Print diff to baselineArnaldo Carvalho de Melo1-3/+24
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo5-0/+91
2023-07-20MAINTAINERS: Add git information for perf-tools and perf-tools-next trees/bra...Arnaldo Carvalho de Melo1-0/+2
2023-07-20perf trace: Free thread_trace->files tableArnaldo Carvalho de Melo1-0/+14
2023-07-20perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo1-7/+2
2023-07-20perf trace: Register a thread priv destructorArnaldo Carvalho de Melo1-0/+15
2023-07-20perf thread: Allow tools to register a thread->priv destructorArnaldo Carvalho de Melo2-0/+15
2023-07-20perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo1-0/+1
2023-07-17maple_tree: fix node allocation testing on 32 bitLiam R. Howlett1-3/+3
2023-07-17maple_tree: fix 32 bit mas_next testingLiam R. Howlett1-1/+4
2023-07-17selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King1-1/+1
2023-07-17maple_tree: set the node limit when creating a new root nodePeng Zhang1-1/+2
2023-07-17mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett1-4/+5
2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda1-5/+5
2023-07-17tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQsLino Sanfilippo2-15/+92
2023-07-17tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka1-0/+8
2023-07-17tpm: Do not remap from ACPI resources again for Pluton TPMValentin David1-8/+11
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse1-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse1-0/+8
2023-07-17security: keys: Modify mismatched function nameJiapeng Chong1-1/+1
2023-07-17tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar1-0/+7
2023-07-17keys: Fix linking a duplicate key to a keyring's assoc_arrayPetr Pavlu1-11/+24
2023-07-17tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-7/+15
2023-07-17tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-15/+22
2023-07-17tpm_tis_spi: Release chip select when flow control failsPeijie Shao1-0/+8
2023-07-17tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi1-0/+1
2023-07-17tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-07-17perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo1-2/+2
2023-07-16Linux 6.5-rc2v6.5-rc2Linus Torvalds1-1/+1
2023-07-14selftests/arm64: fix build failure during the "emit_tests" stepJohn Hubbard1-1/+1
2023-07-14selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard1-1/+1
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-14selftests/mm: give scripts execute permissionRyan Roberts8-0/+0
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N3-7/+14
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig1-1/+1
2023-07-14tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+8
2023-07-14tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+79
2023-07-14tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+31
2023-07-14perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2-0/+13
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Dan Carpenter1-1/+2
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeJason Gunthorpe1-13/+14
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)3-12/+14