index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
perf tools: Add sort__has_comm variable
Namhyung Kim
2
-0
/
+4
2016-03-10
perf tools: Recalc total periods using top-level entries in hierarchy
Namhyung Kim
1
-10
/
+34
2016-03-10
perf tools: Remove nr_sort_keys field
Namhyung Kim
2
-28
/
+0
2016-03-10
perf tools: Remove hist_entry->fmt field
Namhyung Kim
1
-1
/
+0
2016-03-10
perf tools: Fix command line filters in hierarchy mode
Namhyung Kim
1
-3
/
+97
2016-03-10
perf tools: Add more sort entry check functions
Namhyung Kim
2
-31
/
+23
2016-03-10
perf tools: Fix hist_entry__filter() for hierarchy
Namhyung Kim
1
-7
/
+21
2016-03-10
perf jitdump: Build only on supported archs
Jiri Olsa
1
-1
/
+1
2016-03-09
perf tools: Omit unnecessary cast in perf_pmu__parse_scale
Jiri Olsa
1
-2
/
+2
2016-03-09
perf tools: Pass perf_hpp_list all the way through setup_sort_list
Jiri Olsa
1
-18
/
+26
2016-03-09
perf tools: Fix perf script python database export crash
Chris Phlipot
1
-4
/
+2
2016-03-09
perf jitdump: DWARF is also needed
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-03-08
perf hists: Fix indent for multiple hierarchy sort key
Namhyung Kim
1
-0
/
+1
2016-03-08
perf hists: Support multiple sort keys in a hierarchy level
Namhyung Kim
1
-10
/
+32
2016-03-08
perf hists: Use own hpp_list for hierarchy mode
Namhyung Kim
3
-25
/
+37
2016-03-08
perf hists: Introduce perf_hpp__setup_hists_formats()
Namhyung Kim
3
-0
/
+55
2016-03-08
perf hists: Add level field to struct perf_hpp_fmt
Namhyung Kim
2
-33
/
+42
2016-03-08
perf tools: Use 64-bit shifts with (TSC) time conversion
Adrian Hunter
1
-1
/
+1
2016-03-08
perf jit: Move clockid validation
Adrian Hunter
1
-0
/
+23
2016-03-08
perf jit: Let jit_process() return errors
Adrian Hunter
1
-2
/
+4
2016-03-08
perf session: Simplify tool stubs
Adrian Hunter
1
-33
/
+7
2016-03-08
perf tools: Explicitly declare inc_group_count as a void function
Colin Ian King
1
-1
/
+1
2016-03-03
perf stat: Check for frontend stalled for metrics
Andi Kleen
2
-1
/
+9
2016-03-03
perf test: Fix hists related entries
Arnaldo Carvalho de Melo
1
-15
/
+22
2016-03-03
perf script: Fix double free on command_line
Colin Ian King
1
-2
/
+2
2016-03-03
perf stat: Support metrics in --per-core/socket mode
Andi Kleen
1
-0
/
+7
2016-03-03
perf stat: Implement CSV metrics output
Andi Kleen
1
-1
/
+1
2016-03-03
perf data: Explicitly set byte order for integer types
Wang Nan
1
-0
/
+6
2016-03-03
perf data: Support converting data from bpf_perf_event_output()
Wang Nan
1
-1
/
+111
2016-03-03
perf tools: Fix locale handling in pmu parsing
Jiri Olsa
1
-0
/
+13
2016-02-29
perf tools: Fix python extension build
Jiri Olsa
1
-0
/
+4
2016-02-27
perf tools: Only set filter for tracepoints events
Wang Nan
1
-0
/
+3
2016-02-27
perf config: Bring perf_default_config to the very beginning at main()
Wang Nan
3
-5
/
+7
2016-02-27
perf report: Update column width of dynamic entries
Namhyung Kim
2
-3
/
+16
2016-02-27
perf hists: Fix dynamic entry display in hierarchy
Namhyung Kim
2
-1
/
+4
2016-02-27
perf report: Fix indentation of dynamic entries in hierarchy
Namhyung Kim
2
-0
/
+20
2016-02-27
perf hists: Fix comparing of dynamic entries
Namhyung Kim
1
-0
/
+8
2016-02-26
perf hists browser: Show message for percent limit
Namhyung Kim
2
-0
/
+3
2016-02-26
perf hists: Add more helper functions for the hierarchy mode
Namhyung Kim
2
-0
/
+28
2016-02-25
perf script: Exception handling when the print fmt is empty
Taeung Song
2
-0
/
+6
2016-02-25
perf tools: Fix parsing of pmu events with empty list of modifiers
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-02-25
perf hists: Support decaying in hierarchy mode
Namhyung Kim
1
-8
/
+34
2016-02-25
perf ui/stdio: Align column header for hierarchy output
Namhyung Kim
2
-0
/
+11
2016-02-25
perf ui/stdio: Implement hierarchy output mode
Namhyung Kim
1
-0
/
+2
2016-02-25
perf hists: Count number of sort keys
Namhyung Kim
1
-0
/
+1
2016-02-25
perf hists: Resort after filtering hierarchy
Namhyung Kim
1
-0
/
+54
2016-02-25
perf hists: Support filtering in hierarchy mode
Namhyung Kim
1
-8
/
+93
2016-02-25
perf hists: Introduce hist_entry__filter()
Namhyung Kim
3
-0
/
+116
2016-02-24
perf hists: Add helper functions for hierarchy mode
Namhyung Kim
2
-0
/
+72
2016-02-24
perf hists: Resort hist entries with hierarchy
Namhyung Kim
1
-3
/
+91
[next]