summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-regs-options.c
Commit message (Expand)AuthorAgeFilesLines
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-171-1/+1
* perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2019-10-101-2/+6
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-2/+6
* perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang2019-05-161-3/+10
* perf parse-regs: Split parse_regsKan Liang2019-05-151-3/+16
* perf parse-regs: Improve error output when faced with unknown register nameArnaldo Carvalho de Melo2019-05-151-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf record: Add ability to name registers to recordStephane Eranian2015-08-311-0/+71