Age | Commit message (Expand) | Author | Files | Lines |
2020-04-14 | perf stat: Fix no metric header if --per-socket and --metric-only set | Jin Yao | 1 | -2/+5 |
2020-04-14 | perf python: Check if clang supports -fno-semantic-interposition | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-04-03 | perf python: Fix clang detection to strip out options passed in $CC | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2020-04-03 | perf script report: Fix SEGFAULT when using DWARF mode | Andreas Gerstmayr | 1 | -0/+3 |
2020-04-03 | perf events parser: Add missing Intel CPU events to parser | Adrian Hunter | 1 | -5/+7 |
2020-04-03 | perf script: Allow --symbol to accept hexadecimal addresses | Stephane Eranian | 1 | -4/+17 |
2020-04-03 | perf record: Add --all-cgroups option | Namhyung Kim | 3 | -1/+12 |
2020-04-03 | perf record: Support synthesizing cgroup events | Namhyung Kim | 3 | -0/+124 |
2020-04-03 | perf report: Add 'cgroup' sort key | Namhyung Kim | 4 | -0/+53 |
2020-04-03 | perf cgroup: Maintain cgroup hierarchy | Namhyung Kim | 5 | -5/+109 |
2020-04-03 | perf tools: Basic support for CGROUP event | Namhyung Kim | 9 | -0/+60 |
2020-04-03 | perf python: Include rwsem.c in the pythong biding | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2020-03-26 | perf parse-events: Add defensive NULL check | Ian Rogers | 1 | -6/+5 |
2020-03-24 | perf dso: Fix dso comparison | Ravi Bangoria | 1 | -1/+21 |
2020-03-24 | perf cpumap: Fix snprintf overflow check | Christophe JAILLET | 1 | -5/+5 |
2020-03-24 | perf pmu: Make pmu_uncore_alias_match() public | John Garry | 2 | -1/+2 |
2020-03-24 | perf pmu: Add is_pmu_core() | John Garry | 2 | -0/+6 |
2020-03-24 | perf pmu: Refactor pmu_add_cpu_aliases() | John Garry | 2 | -8/+16 |
2020-03-24 | perf metricgroup: Fix printing event names of metric group with multiple even... | Kajol Jain | 1 | -19/+30 |
2020-03-24 | perf stat: Align the output for interval aggregation mode | Jin Yao | 1 | -3/+3 |
2020-03-24 | perf report: Support a new key to reload the browser | Jin Yao | 1 | -0/+1 |
2020-03-24 | perf report: Allow specifying event to be used as sort key in --group output | Jin Yao | 1 | -0/+1 |
2020-03-24 | perf report: Support interactive annotation of code without symbols | Jin Yao | 1 | -0/+1 |
2020-03-23 | perf report: Print al_addr when symbol is not found | Jin Yao | 1 | -2/+4 |
2020-03-23 | perf symbols: Consolidate symbol fixup issue | Leo Yan | 1 | -2/+8 |
2020-03-23 | perf parse-events: Fix 3 use after frees found with clang ASAN | Ian Rogers | 2 | -3/+4 |
2020-03-19 | Merge tag 'perf-core-for-mingo-5.7-20200317' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 9 | -86/+240 |
2020-03-19 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 5 | -31/+41 |
2020-03-18 | perf expr: Fix copy/paste mistake | Jiri Olsa | 1 | -2/+2 |
2020-03-18 | perf tools: Give synthetic mmap events an inode generation | Ian Rogers | 1 | -0/+1 |
2020-03-12 | perf record: Fix binding of AIO user space buffers to nodes | Alexey Budankov | 1 | -6/+15 |
2020-03-11 | perf cs-etm: Fix unsigned variable comparison to zero | Leo Yan | 1 | -1/+1 |
2020-03-11 | perf cs-etm: Optimize copying last branches | Leo Yan | 1 | -5/+17 |
2020-03-11 | perf cs-etm: Correct synthesizing instruction samples | Leo Yan | 1 | -17/+70 |
2020-03-11 | perf cs-etm: Continuously record last branch | Leo Yan | 1 | -3/+4 |
2020-03-11 | perf cs-etm: Swap packets for instruction samples | Leo Yan | 1 | -20/+19 |
2020-03-11 | perf map: Use strstarts() to look for Android libraries | Arnaldo Carvalho de Melo | 1 | -4/+4 |
2020-03-11 | perf map: Fix off by one in strncpy() size argument | disconnect3d | 1 | -1/+1 |
2020-03-10 | perf metricgroup: Support metric constraint | Kan Liang | 1 | -1/+53 |
2020-03-10 | perf util: Factor out sysctl__nmi_watchdog_enabled() | Kan Liang | 3 | -4/+22 |
2020-03-10 | perf metricgroup: Factor out metricgroup__add_metric_weak_group() | Kan Liang | 1 | -24/+33 |
2020-03-10 | perf block-info: Support color ops to print block percents in color | Jin Yao | 1 | -10/+15 |
2020-03-10 | perf block-info: Allow selecting which columns to report and its order | Jin Yao | 2 | -17/+41 |
2020-03-10 | perf diff: Use __block_info__cmp() to replace block_pair_cmp() | Jin Yao | 2 | -2/+9 |
2020-03-10 | perf block-info: Fix wrong block address comparison in block_info__cmp() | Jin Yao | 1 | -15/+6 |
2020-03-10 | perf expr: Make expr__parse() return -1 on error | Jiri Olsa | 1 | -1/+1 |
2020-03-10 | perf expr: Straighten expr__parse()/expr__find_other() interface | Jiri Olsa | 3 | -9/+7 |
2020-03-10 | perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 varia... | Jiri Olsa | 1 | -1/+1 |
2020-03-10 | perf expr: Move expr lexer to flex | Jiri Olsa | 5 | -141/+247 |
2020-03-10 | perf expr: Add expr.c object | Jiri Olsa | 3 | -16/+20 |