summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf tools: Address python 3.6 DeprecationWarning for string scapesBenjamin Gray2023-11-234-6/+6
| * | perf vendor events riscv: Add StarFive Dubhe-80 JSON fileJi Sheng Teoh2023-11-153-0/+241
| * | perf report: Add s390 raw data interpretation for PAI countersThomas Richter2023-11-152-8/+103
| * | perf probe: Convert to check dwarf_getcfi featureNamhyung Kim2023-11-102-4/+9
| * | perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim2023-11-102-0/+79
| * | perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim2023-11-102-0/+56
| * | perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim2023-11-102-9/+17
| * | perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim2023-11-101-1/+8
| * | perf tools: Add util/debuginfo.[ch] filesNamhyung Kim2023-11-105-210/+272
| * | perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim2023-11-103-9/+20
| * | perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim2023-11-101-1/+2
| * | perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo2023-11-104-5/+35
| * | perf bpf: Don't synthesize BPF events when disabledIan Rogers2023-11-091-0/+3
| * | perf test: Add support for setting objdump binary via perf configJames Clark2023-11-092-0/+16
| * | perf test: Add option to change objdump binaryJames Clark2023-11-093-1/+5
| * | perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter2023-11-091-2/+2
| * | perf tools: Add the python_ext_build directory to .gitignoreYang Jihong2023-11-091-0/+1
| * | perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing2023-11-091-1/+1
| * | perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim2023-11-093-13/+13
| * | perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim2023-11-093-21/+22
| * | perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim2023-11-094-5/+15
| * | perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim2023-11-094-61/+73
| * | perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim2023-11-093-24/+54
| * | perf test: Simplify "object code reading" testNamhyung Kim2023-11-091-53/+23
| * | perf machine thread: Remove exited threads by defaultIan Rogers2023-11-095-4/+35
| * | perf record: Lazy load kernel symbolsIan Rogers2023-11-094-3/+12
| * | perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King2023-11-092-3/+3
| * | perf tools: Add branch counter knobKan Liang2023-11-097-3/+55
| * | perf header: Support num and width of branch countersKan Liang2023-11-062-3/+20
| * | perf build: Warn about missing libelf before warning about missing libbpfArnaldo Carvalho de Melo2023-11-031-4/+4
| * | perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo2023-11-031-1/+1
| * | perf beauty socket/prctl_option: Cope with extended regexp complaint by grepArnaldo Carvalho de Melo2023-10-312-4/+4
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-094-0/+20
|\ \ \
| * | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-124-0/+12
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* | | | perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callbackIan Rogers2023-12-051-0/+6
* | | | perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fieldsIlkka Koskinen2023-12-051-0/+2
* | | | perf metrics: Avoid segv if default metricgroup isn't setIan Rogers2023-12-051-1/+1
|/ / /
* | | perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton2023-11-222-10/+16
* | | tools perf: Add arm64 sysreg files to MANIFESTOliver Upton2023-11-221-0/+2
* | | tools/perf: Update tools's copy of mips syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of s390 syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of powerpc syscall tableNamhyung Kim2023-11-221-0/+4
* | | tools/perf: Update tools's copy of x86 syscall tableNamhyung Kim2023-11-221-0/+3
* | | tools headers: Update tools's copy of socket.h headerNamhyung Kim2023-11-221-0/+1
* | | perf lock contention: Fix a build error on 32-bitYang Jihong2023-11-211-1/+2
* | | perf kwork: Fix a build error on 32-bitYang Jihong2023-11-211-1/+1
|/ /
* | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-03242-1801/+31495
|\|
| * Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2023-10-304-23/+41
| |\