summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-03-10perf expr: Make expr__parse() return -1 on errorJiri Olsa2-3/+3
2020-03-10perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa4-12/+10
2020-03-10perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 varia...Jiri Olsa1-1/+1
2020-03-10perf expr: Move expr lexer to flexJiri Olsa5-141/+247
2020-03-10perf expr: Add expr.c objectJiri Olsa3-16/+20
2020-03-10perf header: Add check for unexpected use of reserved membrs in event attrKan Liang1-0/+37
2020-03-10perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEXKan Liang3-3/+14
2020-03-10perf tools: Add hw_idx in struct branch_stackKan Liang13-71/+125
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers1-23/+23
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip1-4/+6
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu1-1/+1
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers11-65/+65
2020-03-06perf jevents: Fix leak of mapfile memoryJohn Garry1-6/+9
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala7-0/+7
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-06perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-04perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2-3/+0
2020-03-04perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo1-0/+2
2020-03-04perf stat: Show percore counts in per CPU outputJin Yao4-5/+42
2020-03-04tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim1-61/+2
2020-03-04perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo1-7/+6
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo5-22/+23
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo1-8/+2
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-03-02perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria1-0/+2
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria1-6/+6
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2-56/+31
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria4-6/+7
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2-6/+28
2020-02-27perf config: Document missing config optionsRavi Bangoria1-0/+44
2020-02-27perf annotate: Fix perf config option descriptionRavi Bangoria1-1/+29
2020-02-27perf annotate: Prefer cmdline option over default configRavi Bangoria1-2/+2
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria5-55/+33
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria2-0/+13
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria2-7/+5
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria3-7/+6
2020-02-27perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria1-4/+3
2020-02-18perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter6-74/+35
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2020-02-18perf cs-etm: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf intel-bts: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf intel-pt: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter1-1/+1