summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf vendor events intel: Refresh goldmont eventsIan Rogers2022-12-217-417/+0
| * | perf vendor events intel: Refresh elkhartlake eventsIan Rogers2022-12-217-856/+0
| * | perf vendor events intel: Refresh cascadelakex metrics and eventsIan Rogers2022-12-2111-21143/+17335
| * | perf vendor events intel: Refresh broadwellx metrics and eventsIan Rogers2022-12-2113-5912/+4952
| * | perf vendor events intel: Refresh broadwellde metrics and eventsIan Rogers2022-12-2113-1736/+211
| * | perf vendor events intel: Refresh broadwell metrics and eventsIan Rogers2022-12-2110-2396/+84
| * | perf vendor events intel: Refresh bonnell eventsIan Rogers2022-12-217-306/+18
| * | perf vendor events intel: Refresh alderlake-n metricsIan Rogers2022-12-211-9/+9
| * | perf vendor events intel: Refresh alderlake metricsIan Rogers2022-12-211-58/+58
| * | perf test pmu-events: Fake PMU metric workaroundIan Rogers2022-12-211-6/+11
| * | perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim2022-12-211-0/+42
| * | perf hist: Improve srcfile sort key performanceNamhyung Kim2022-12-211-2/+25
| * | perf hist: Improve srcline sort key performanceNamhyung Kim2022-12-211-2/+27
| * | perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim2022-12-214-10/+33
| * | perf srcline: Conditionally suppress addr2line warningsNamhyung Kim2022-12-211-5/+10
| * | perf srcline: Skip srcline if .debug_line is missingNamhyung Kim2022-12-211-0/+3
| * | perf symbol: Add filename__has_section()Namhyung Kim2022-12-213-0/+34
| * | perf srcline: Do not return NULL for srclineNamhyung Kim2022-12-211-1/+1
| * | perf test: Fix "all PMU test" to skip parametrized eventsMichael Petlan2022-12-211-11/+2
| * | perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du2022-12-211-0/+3
| * | perf test: Update 'perf lock contention' testNamhyung Kim2022-12-211-1/+57
| * | perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-212-1/+58
| * | perf lock contention: Add -L/--lock-filter optionNamhyung Kim2022-12-213-6/+142
| * | perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-214-3/+35
| * | perf lock contention: Add -Y/--type-filter optionNamhyung Kim2022-12-213-8/+136
| * | perf lock contention: Factor out lock_type_tableNamhyung Kim2022-12-201-24/+24
| * | perf probe: Check -v and -q options in the right placeYang Jihong2022-12-201-8/+9
| * | perf tools: Fix usage of the verbose variableYang Jihong2022-12-209-13/+13
| * | perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-201-0/+4
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-1/+12
| * | tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-2/+5
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-7/+17
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-26/+36
| * | tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-2/+2
| * | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-0/+6
| * | tools headers disabled-cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-2/+15
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-1929-106/+348
| |\ \
| * | | perf python: Don't stop building if python setuptools isn't installedArnaldo Carvalho de Melo2022-12-191-2/+7
* | | | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-211-1/+1
|\ \ \ \
| * | | | rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-201-1/+1
* | | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-211-0/+5
|\ \ \ \ \
| * | | | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-151-0/+5
* | | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-219-8/+340
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-165-5/+78
| |\ \ \ \ \ \
| | * | | | | | selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-142-0/+72
| | * | | | | | selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
| | * | | | | | selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
| * | | | | | | selftests: devlink: add a warning for interfaces coming upJakub Kicinski2022-12-161-0/+13
| * | | | | | | selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski2022-12-161-2/+2
| |/ / / / / /
| * | | | | | selftests: bonding: add bonding prio option testLiang Li2022-12-132-1/+247