index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
1
-3
/
+3
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
10
-10
/
+4
*
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
6
-6
/
+0
*
perf debug: No need to include ui/util.h
Arnaldo Carvalho de Melo
2019-09-20
2
-1
/
+3
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+2
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
5
-0
/
+7
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
11
-12
/
+3
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+0
*
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
2019-08-31
1
-1
/
+0
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
2
-0
/
+2
*
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
2019-08-31
2
-0
/
+2
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
5
-1
/
+5
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
3
-0
/
+3
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-08-29
5
-0
/
+5
*
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
2019-08-26
1
-2
/
+4
*
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
2019-08-26
3
-0
/
+5
*
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+3
*
perf ui browser: Allow specifying message to show when no samples are availab...
Arnaldo Carvalho de Melo
2019-08-20
2
-0
/
+3
*
perf ui: Introduce non-interactive ui__info_window() function
Arnaldo Carvalho de Melo
2019-08-20
2
-8
/
+17
*
perf ui: Make 'exit_msg' optional in ui__question_window()
Arnaldo Carvalho de Melo
2019-08-20
1
-3
/
+11
*
perf ui: No need to set ui_browser to 1 twice
Arnaldo Carvalho de Melo
2019-08-14
1
-1
/
+1
*
perf tools: Fix paths in include statements
Luke Mujica
2019-08-12
2
-3
/
+3
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2019-08-12
2
-5
/
+6
|
\
|
*
perf tools: Fix include paths in ui directory
Ian Rogers
2019-08-08
2
-5
/
+6
*
|
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
3
-5
/
+5
*
|
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
2
-2
/
+2
*
|
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
2
-2
/
+2
*
|
libperf: Include perf_evlist in evlist object
Jiri Olsa
2019-07-29
1
-3
/
+3
*
|
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
1
-4
/
+4
*
|
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
4
-7
/
+7
*
|
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
8
-40
/
+40
|
/
*
perf hists browser: Fix potential NULL pointer dereference found by the smatc...
Leo Yan
2019-07-09
1
-4
/
+11
*
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
2
-5
/
+5
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
5
-6
/
+5
*
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-07-09
4
-1
/
+4
*
perf diff: Print the basic block cycles diff
Jin Yao
2019-07-02
1
-0
/
+27
*
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
2019-07-01
1
-1
/
+2
*
perf tools: Remove trim() implementation, use tools/lib's strim()
Arnaldo Carvalho de Melo
2019-06-26
3
-4
/
+6
*
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
2019-06-26
4
-5
/
+5
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-25
4
-4
/
+4
*
perf ui stdio: No need to use 'spaces' to left align
Arnaldo Carvalho de Melo
2019-06-25
1
-3
/
+7
*
perf tools: Fix cache.h include directive
Numfor Mbiziwo-Tiapo
2019-06-25
1
-1
/
+1
*
perf build: Handle slang being in /usr/include and in /usr/include/slang/
Arnaldo Carvalho de Melo
2019-06-18
1
-0
/
+5
*
perf annotate TUI browser: Do not use member from variable within its own ini...
Arnaldo Carvalho de Melo
2019-05-28
1
-2
/
+3
*
perf tools report: Add custom scripts to script menu
Andi Kleen
2019-03-11
1
-0
/
+20
*
perf ui browser: Fix ui popup argv browser for many entries
Andi Kleen
2019-03-11
2
-6
/
+7
[next]