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-03-17
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-09
perf block-info: Support color ops to print block percents in color
Jin Yao
1
-10
/
+15
2020-03-09
perf block-info: Allow selecting which columns to report and its order
Jin Yao
2
-17
/
+41
2020-03-09
perf diff: Use __block_info__cmp() to replace block_pair_cmp()
Jin Yao
2
-2
/
+9
2020-03-09
perf block-info: Fix wrong block address comparison in block_info__cmp()
Jin Yao
1
-15
/
+6
2020-03-09
perf expr: Make expr__parse() return -1 on error
Jiri Olsa
1
-1
/
+1
2020-03-09
perf expr: Straighten expr__parse()/expr__find_other() interface
Jiri Olsa
3
-9
/
+7
2020-03-09
perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 variables
Jiri Olsa
1
-1
/
+1
2020-03-09
perf expr: Move expr lexer to flex
Jiri Olsa
5
-141
/
+247
2020-03-09
perf expr: Add expr.c object
Jiri Olsa
3
-16
/
+20
2020-03-09
perf header: Add check for unexpected use of reserved membrs in event attr
Kan Liang
1
-0
/
+37
2020-03-09
perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEX
Kan Liang
3
-3
/
+14
2020-03-09
perf tools: Add hw_idx in struct branch_stack
Kan Liang
11
-37
/
+82
2020-03-09
perf probe: Do not depend on dwfl_module_addrsym()
Masami Hiramatsu
1
-3
/
+8
2020-03-09
perf probe: Fix to delete multiple probe event
Masami Hiramatsu
1
-0
/
+3
2020-03-09
perf parse-events: Fix reading of invalid memory in event parsing
Ian Rogers
1
-23
/
+23
2020-03-09
perf python: Fix clang detection when using CC=clang-version
Ilie Halip
1
-4
/
+6
2020-03-09
perf map: Fix off by one in strncpy() size argument
disconnect3d
1
-1
/
+1
2020-03-06
perf diff: Fix undefined string comparision spotted by clang's -Wstring-compare
Nick Desaulniers
2
-2
/
+3
2020-03-04
perf annotate: Get rid of annotation->nr_jumps
Ravi Bangoria
2
-3
/
+0
2020-03-04
perf llvm: Add debug hint message about missing kernel-devel package
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-03-04
perf stat: Show percore counts in per CPU output
Jin Yao
2
-5
/
+29
2020-03-04
tools lib api fs: Move cgroupsfs_find_mountpoint()
Namhyung Kim
1
-61
/
+2
2020-03-04
perf diff: Fix undefined string comparison spotted by clang's -Wstring-compare
Nick Desaulniers
2
-2
/
+3
2020-03-03
perf symbols: Don't try to find a vmlinux file when looking for kernel modules
Arnaldo Carvalho de Melo
1
-7
/
+6
2020-03-02
perf parse-events: Use asprintf() instead of strncpy() to read tracepoint files
Arnaldo Carvalho de Melo
1
-8
/
+2
2020-03-02
perf env: Do not return pointers to local variables
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-02-27
perf annotate: Fix segfault with source toggle
Ravi Bangoria
1
-0
/
+2
2020-02-27
perf annotate: Align struct annotate_args
Ravi Bangoria
1
-6
/
+6
2020-02-27
perf annotate: Simplify disasm_line allocation and freeing code
Ravi Bangoria
2
-56
/
+31
2020-02-27
perf annotate: Remove privsize from symbol__annotate() args
Ravi Bangoria
2
-4
/
+5
2020-02-27
perf probe: Check return value of strlist__add() for -ENOMEM
He Zhe
1
-4
/
+24
2020-02-27
perf annotate: Make perf config effective
Ravi Bangoria
2
-51
/
+29
2020-02-27
perf config: Introduce perf_config_u8()
Ravi Bangoria
2
-0
/
+13
2020-02-27
perf annotate: Fix --show-nr-samples for tui/stdio2
Ravi Bangoria
1
-4
/
+2
2020-02-27
perf annotate: Fix --show-total-period for tui/stdio2
Ravi Bangoria
2
-4
/
+3
2020-02-18
perf auxtrace: Add auxtrace_record__read_finish()
Adrian Hunter
2
-1
/
+27
2020-02-14
perf llvm: Fix script used to obtain kernel make directives to work with new kbuild
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-02-11
perf maps: Move kmap::kmaps setup to maps__insert()
Jiri Olsa
2
-12
/
+11
[prev]
[next]