summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Honor namespace when synthesizing build-idsNamhyung Kim2022-09-211-3/+14
* perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-211-5/+2
* perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter2022-09-211-0/+2
* perf test: Skip wp modify test on old kernelsNamhyung Kim2022-09-211-2/+8
* perf jit: Include program header in ELF filesLieven Hey2022-09-212-0/+18
* perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim2022-09-211-0/+83
* perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim2022-09-211-3/+3
* perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim2022-09-211-2/+2
* perf stat: Fix BPF program section nameNamhyung Kim2022-09-211-1/+1
* perf record: Fix synthesis failure warningsAdrian Hunter2022-09-081-2/+6
* perf tools: Don't install data files with x permissionsJiri Slaby2022-09-081-12/+12
* perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing2022-09-081-0/+3
* perf lock: Remove redundant word 'contention' in help messageYang Jihong2022-09-081-2/+1
* perf dlfilter dlfilter-show-cycles: Fix types for print formatAdrian Hunter2022-09-081-2/+2
* perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing2022-09-061-3/+9
* perf genelf: Switch deprecated openssl MD5_* functions to new EVP APIZixuan Tan2022-09-061-9/+11
* tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev2022-09-061-6/+20
* perf affinity: Fix out of bound access to "sched_cpus" maskAthira Rajeev2022-09-061-1/+7
* perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing2022-09-021-2/+3
* perf script: Skip dummy event attr checkJiri Olsa2022-08-311-0/+2
* perf metric: Return early if no CPU PMU table existsIan Rogers2022-08-311-0/+3
* perf stat: Capitalize topdown metrics' namesZhengjun Xing2022-08-271-12/+12
* perf docs: Update the documentation for the save_type filterKan Liang2022-08-271-0/+3
* perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers2022-08-271-5/+19
* perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen2022-08-272-12/+2
* perf test: Stat test for repeat with a weak groupIan Rogers2022-08-271-0/+19
* perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
* perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark2022-08-271-1/+1
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-196-42/+108
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-8/+8
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-195-56/+111
* perf cpumap: Compute mask size in constant timeIan Rogers2022-08-191-12/+1
* perf cpumap: Synthetic events and const/staticIan Rogers2022-08-193-14/+12
* perf test: Refactor shell tests allowing subdirsCarsten Haitzler2022-08-134-134/+238
* perf vendor events: Update events for snowridgexZhengjun Xing2022-08-131-84/+27
* perf vendor events: Update events and metrics for skylakexZhengjun Xing2022-08-134-1157/+24918
* perf vendor events: Update metrics for sapphirerapidsZhengjun Xing2022-08-131-0/+6
* perf vendor events: Update events for knightslandingZhengjun Xing2022-08-131-0/+213
* perf vendor events: Update metrics for jaketownZhengjun Xing2022-08-131-0/+6
* perf vendor events: Update metrics for ivytownZhengjun Xing2022-08-131-0/+6
* perf vendor events: Update events and metrics for icelakexZhengjun Xing2022-08-134-556/+38332
* perf vendor events: Update events and metrics for haswellxZhengjun Xing2022-08-132-171/+413
* perf vendor events: Update events and metrics for cascadelakexZhengjun Xing2022-08-134-1241/+25848
* perf vendor events: Update events and metrics for broadwellxZhengjun Xing2022-08-132-159/+10
* perf vendor events: Update metrics for broadwelldeZhengjun Xing2022-08-131-0/+6
* perf jevents: Fold strings optimizationIan Rogers2022-08-131-7/+48
* perf jevents: Compress the pmu_events_tableIan Rogers2022-08-131-45/+162
* perf metrics: Copy entire pmu_event in find metricIan Rogers2022-08-132-17/+18
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-1312-91/+101
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-137-182/+313