summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2020-04-21perf report: Fix no branch type statistics report issueJin Yao
2020-04-17perf tools: Support Python 3.8+ in MakefileSam Lunt
2020-04-08perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers
2020-03-06perf jevents: Fix leak of mapfile memoryJohn Garry
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala
2020-03-06perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo
2020-03-02perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe
2020-02-27perf config: Document missing config optionsRavi Bangoria
2020-02-27perf annotate: Fix perf config option descriptionRavi Bangoria
2020-02-27perf annotate: Prefer cmdline option over default configRavi Bangoria
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria
2020-02-27perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria
2020-02-18perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter
2020-02-18perf cs-etm: Fix endless record after being terminatedWei Li
2020-02-18perf intel-bts: Fix endless record after being terminatedWei Li
2020-02-18perf intel-pt: Fix endless record after being terminatedWei Li
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
2020-02-18perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf eventsArnaldo Carvalho de Melo
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo