index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-18
perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event()
Adrian Hunter
3
-19
/
+23
2020-04-16
perf intel-pt: Add support for synthesizing callchains for regular events
Adrian Hunter
1
-7
/
+61
2020-04-16
perf evsel: Add support for synthesized sample type
Adrian Hunter
1
-1
/
+14
2020-04-16
perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are set
Adrian Hunter
1
-1
/
+1
2020-04-16
perf thread-stack: Add thread_stack__sample_late()
Adrian Hunter
2
-0
/
+60
2020-04-16
perf auxtrace: Add an option to synthesize callchains for regular events
Adrian Hunter
3
-2
/
+8
2020-04-16
perf auxtrace: For reporting purposes, un-group AUX area event
Adrian Hunter
1
-5
/
+55
2020-04-16
perf s390-cpumsf: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2
-0
/
+10
2020-04-16
perf cs-etm: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+11
2020-04-16
perf arm-spe: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+9
2020-04-16
perf intel-bts: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+10
2020-04-16
perf intel-pt: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+10
2020-04-16
perf auxtrace: Add ->evsel_is_auxtrace() callback
Adrian Hunter
2
-0
/
+21
2020-04-16
perf metrictroup: Split the metricgroup__add_metric function
Kajol Jain
1
-25
/
+35
2020-04-16
perf expr: Add expr_scanner_ctx object
Jiri Olsa
3
-7
/
+13
2020-04-16
perf expr: Add expr_ prefix for parse_ctx and parse_id
Jiri Olsa
4
-15
/
+15
2020-04-16
perf synthetic-events: save 4kb from 2 stack frames
Ian Rogers
1
-12
/
+10
2020-04-16
perf tools: Support CAP_PERFMON capability
Alexey Budankov
3
-5
/
+10
2020-04-16
perf annotate: Add basic support for bpf_image
Jiri Olsa
5
-0
/
+34
2020-04-16
perf machine: Set ksymbol dso as loaded on arrival
Jiri Olsa
1
-0
/
+1
2020-04-16
perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
Jiri Olsa
1
-0
/
+93
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 events incase of overlapping events
Kajol Jain
1
-18
/
+29
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/linux/kernel/git/acme/linux into perf/core
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-17
perf expr: Fix copy/paste mistake
Jiri Olsa
1
-2
/
+2
[prev]
[next]