index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
/
browsers
/
hists.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
perf report: Jump to symbol source view from total cycles view
Jin Yao
1
-2
/
+23
2019-11-19
perf util: Move block TUI function to ui browsers
Jin Yao
1
-0
/
+55
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
1
-12
/
+8
2019-11-07
perf report: Sort by sampled cycles percent per block for tui
Jin Yao
1
-1
/
+6
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
1
-3
/
+3
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-20
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Include perf_evlist in evlist object
Jiri Olsa
1
-3
/
+3
2019-07-29
libperf: Include perf_evsel in evsel object
Jiri Olsa
1
-4
/
+4
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-3
/
+3
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-20
/
+20
2019-07-09
perf hists browser: Fix potential NULL pointer dereference found by the smatc...
Leo Yan
1
-4
/
+11
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-01
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-06-26
perf tools: Remove trim() implementation, use tools/lib's strim()
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-03-11
perf report: Implement browsing of individual samples
Andi Kleen
1
-0
/
+47
2019-03-11
perf report: Support builtin perf script in scripts menu
Andi Kleen
1
-10
/
+13
2019-03-11
perf report: Support running scripts for current time range
Andi Kleen
1
-11
/
+72
2019-02-06
perf tools: Add missing include <callchain.h> in various places
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf hist: Use cached rbtrees
Davidlohr Bueso
1
-8
/
+8
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
1
-2
/
+2
2018-12-17
perf top: Move perf_top__reset_sample_counters() to after counts display
Jiri Olsa
1
-0
/
+3
2018-12-17
perf top: Save and display the drop count stats
Jiri Olsa
1
-0
/
+4
2018-12-17
perf top: Save and display the lost count stats
Jiri Olsa
1
-0
/
+4
2018-06-06
perf hists: Check if a hist_entry has callchains before using them
Arnaldo Carvalho de Melo
1
-5
/
+6
2018-06-04
perf annotate: Move objdump_path to struct annotation_options
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-06-04
perf hists browser: Pass annotation_options from tool to browser
Arnaldo Carvalho de Melo
1
-9
/
+20
2018-04-18
perf hists browser: Clarify top/report browser help
Andi Kleen
1
-1
/
+1
2018-04-06
perf hists browser: Remove leftover from row returned from refresh
Arnaldo Carvalho de Melo
1
-8
/
+2
2018-04-06
perf hists browser: Show extra_title_lines in the 'D' debug hotkey
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-04-03
perf ui browser: Move the extra title lines from the hists browser
Arnaldo Carvalho de Melo
1
-19
/
+24
2018-04-03
perf hists: Move hists__scnprintf_title() away from the TUI code
Arnaldo Carvalho de Melo
1
-79
/
+0
2018-04-03
perf hists: Introduce hists__scnprint_title()
Arnaldo Carvalho de Melo
1
-4
/
+11
2018-04-03
perf hists browser: Rename perf_evsel_browser_title to a more descriptive name
Arnaldo Carvalho de Melo
1
-5
/
+3
2018-03-08
perf report: Fix the output for stdio events list
Jiri Olsa
1
-2
/
+3
2018-03-05
perf top browser: Show sample_freq in browser title line
Arnaldo Carvalho de Melo
1
-3
/
+7
2018-02-15
perf hists browser: Add parameter to disable lost event warning
Kan Liang
1
-13
/
+25
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
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-24
perf report: Remove code to handle inline frames from browsers
Milian Wolff
1
-168
/
+12
2017-08-30
perf report: Calculate the average cycles of iterations
Jin Yao
1
-6
/
+2
[next]