index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-13
perf hists: Add extra integrity checks to fmt_free()
Jiri Olsa
1
-0
/
+7
2017-10-13
perf hists: Fix crash in perf_hpp__reset_output_field()
Jiri Olsa
1
-1
/
+1
2017-05-24
perf tools: Put caller above callee in --children mode
Namhyung Kim
1
-0
/
+2
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
1
-1
/
+1
2017-02-02
perf diff: Fix -o/--order option behavior (again)
Namhyung Kim
1
-0
/
+6
2017-02-02
perf diff: Fix segfault on 'perf diff -o N' option
Namhyung Kim
1
-0
/
+4
2016-09-22
perf tools: Make several display functions global
Jiri Olsa
1
-1
/
+1
2016-09-20
perf hists: Factor out hists__reset_column_width()
Namhyung Kim
1
-0
/
+15
2016-08-23
perf hists: Add support for header span
Jiri Olsa
1
-1
/
+2
2016-08-23
perf hists: Add line argument into perf_hpp_fmt's header callback
Jiri Olsa
1
-1
/
+1
2016-08-23
perf hists: Introduce nr_header_lines into struct perf_hpp_list
Jiri Olsa
1
-0
/
+1
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-15
perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
Jiri Olsa
1
-4
/
+5
2016-06-15
perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback
Jiri Olsa
1
-2
/
+2
2016-05-06
perf hists: Move sort__has_sym into struct perf_hpp_list
Jiri Olsa
1
-1
/
+1
2016-03-10
perf tools: Remove nr_sort_keys field
Namhyung Kim
1
-3
/
+0
2016-03-08
perf hists: Fix indent for multiple hierarchy sort key
Namhyung Kim
1
-0
/
+1
2016-03-08
perf hists: Use own hpp_list for hierarchy mode
Namhyung Kim
1
-0
/
+5
2016-03-08
perf hists: Introduce perf_hpp__setup_hists_formats()
Namhyung Kim
1
-0
/
+63
2016-02-26
perf hists: Add more helper functions for the hierarchy mode
Namhyung Kim
1
-0
/
+22
2016-02-25
perf hists: Count number of sort keys
Namhyung Kim
1
-0
/
+3
2016-02-22
perf tools: Fix assertion failure on dynamic entry
Namhyung Kim
1
-0
/
+3
2016-02-03
perf hists: Introduce hists__for_each_format macro
Jiri Olsa
1
-1
/
+1
2016-02-03
perf hists: Add struct perf_hpp_list argument to helper functions
Jiri Olsa
1
-9
/
+10
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro
Jiri Olsa
1
-1
/
+1
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list macro
Jiri Olsa
1
-2
/
+2
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format_safe macro
Jiri Olsa
1
-2
/
+2
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format macro
Jiri Olsa
1
-4
/
+4
2016-02-03
perf hists: Add perf_hpp_list register helpers
Jiri Olsa
1
-6
/
+8
2016-02-03
perf hists: Introduce struct perf_hpp_list
Jiri Olsa
1
-5
/
+6
2016-02-03
perf hists: Properly release format fields
Jiri Olsa
1
-0
/
+8
2016-02-03
perf hists: Remove perf_hpp__column_(disable|enable)
Jiri Olsa
1
-12
/
+0
2016-02-03
perf hists: Allocate output sort field
Jiri Olsa
1
-2
/
+14
2016-02-03
perf hists: Make hpp setup function generic
Jiri Olsa
1
-28
/
+8
2016-02-03
perf hists: Add 'hpp__equal' callback function
Jiri Olsa
1
-0
/
+16
2016-02-03
perf hists: Add 'equal' method to perf_hpp_fmt struct
Jiri Olsa
1
-2
/
+7
2016-02-03
perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width
Jiri Olsa
1
-10
/
+2
2016-02-03
perf hists: Add _idx fields into struct perf_hpp_fmt
Jiri Olsa
1
-11
/
+14
2016-01-08
perf tools: Add overhead/overhead_children keys defaults via string
Jiri Olsa
1
-12
/
+0
2016-01-07
perf tools: Skip dynamic fields not defined for current event
Namhyung Kim
1
-1
/
+1
2015-10-07
perf tools: Use hpp_dimension__add_output to register hpp columns
Jiri Olsa
1
-8
/
+8
2015-01-21
perf tools: Pass struct perf_hpp_fmt to its callbacks
Namhyung Kim
1
-4
/
+8
2015-01-08
perf hists: Fix children sort key behavior
Namhyung Kim
1
-0
/
+3
2014-12-09
calloc/xcalloc: Fix argument order
Arjun Sreedharan
1
-2
/
+2
2014-08-24
perf tools: Add +field argument support for --field option
Jiri Olsa
1
-2
/
+2
2014-08-20
perf hists browser: Fix children overhead dump
Namhyung Kim
1
-1
/
+1
2014-08-12
perf tools: Add name field into perf_hpp_fmt
Namhyung Kim
1
-75
/
+61
2014-08-12
perf report: Honor column width setting
Namhyung Kim
1
-26
/
+58
[next]