aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-10-04perf sched: Update use of pthread mutexIan Rogers
2022-10-04perf record: Update use of pthread mutexIan Rogers
2022-10-04perf lock: Remove unused pthread.h includeIan Rogers
2022-10-04perf bpf: Remove unused pthread.h includeIan Rogers
2022-10-04perf hist: Update use of pthread mutexIan Rogers
2022-10-04perf tests: Avoid pthread.h inclusionIan Rogers
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers
2022-10-04perf mutex: Wrapped usage of mutex and condPavithra Gurushankar
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter
2022-10-04perf evlist: Add evlist__{en/dis}able_non_dummy()Adrian Hunter
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter
2022-10-04perf record: Fix done_fd wakeup eventAdrian Hunter
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-10-04perf hashmap: Tidy hashmap dependencyIan Rogers
2022-10-04perf metrics: Use 'unsigned int' instead of just 'unsigned'.Xin Gao
2022-10-04perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao
2022-10-04tools build: Increment room for feature name in feature detection outputRoberto Sassu
2022-10-04tools build: Fix feature detection output due to eval expansionRoberto Sassu
2022-10-04perf inject: Add a command line option to specify build ids.Raul Silvera
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo
2022-09-29perf tests mmap-basic: Remove unused variable to address clang 15 warningJiri Olsa
2022-09-29perf parse-events: Ignore clang 15 warning about variable set but unused in b...Jiri Olsa
2022-09-29perf tests record: Fail the test if the 'errs' counter is not zeroArnaldo Carvalho de Melo
2022-09-29perf test: Fix test case 87 ("perf record tests") for hybrid systemsZhengjun Xing
2022-09-28perf arm-spe: augment the data source type with neoverse_spe listJing Zhang
2022-09-28perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...Athira Rajeev
2022-09-26perf tests powerpc: Fix branch stack sampling test to include sanity check fo...Athira Rajeev
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim
2022-09-21perf tools: Honor namespace when synthesizing build-idsNamhyung Kim
2022-09-21perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter
2022-09-21perf test: Skip wp modify test on old kernelsNamhyung Kim
2022-09-21perf jit: Include program header in ELF filesLieven Hey
2022-09-21perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim
2022-09-21perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim
2022-09-21perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim
2022-09-21perf stat: Fix BPF program section nameNamhyung Kim
2022-09-08perf record: Fix synthesis failure warningsAdrian Hunter
2022-09-08perf tools: Don't install data files with x permissionsJiri Slaby
2022-09-08perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing
2022-09-08perf lock: Remove redundant word 'contention' in help messageYang Jihong
2022-09-08perf dlfilter dlfilter-show-cycles: Fix types for print formatAdrian Hunter
2022-09-06perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing
2022-09-06perf genelf: Switch deprecated openssl MD5_* functions to new EVP APIZixuan Tan
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev
2022-09-06perf affinity: Fix out of bound access to "sched_cpus" maskAthira Rajeev
2022-09-02perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing
2022-08-31perf script: Skip dummy event attr checkJiri Olsa