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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
10
-10
/
+4
2019-09-20
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
6
-6
/
+0
2019-09-20
perf debug: No need to include ui/util.h
Arnaldo Carvalho de Melo
2
-1
/
+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
5
-0
/
+7
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
11
-12
/
+3
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-31
perf tools: Remove needless sort.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-31
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
5
-1
/
+5
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
3
-0
/
+3
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
5
-0
/
+5
2019-08-26
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
1
-2
/
+4
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
3
-0
/
+5
2019-08-20
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-20
perf ui browser: Allow specifying message to show when no samples are availab...
Arnaldo Carvalho de Melo
2
-0
/
+3
2019-08-20
perf ui: Introduce non-interactive ui__info_window() function
Arnaldo Carvalho de Melo
2
-8
/
+17
2019-08-20
perf ui: Make 'exit_msg' optional in ui__question_window()
Arnaldo Carvalho de Melo
1
-3
/
+11
2019-08-14
perf ui: No need to set ui_browser to 1 twice
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-12
perf tools: Fix paths in include statements
Luke Mujica
2
-3
/
+3
2019-08-12
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-5
/
+6
2019-08-08
perf tools: Fix include paths in ui directory
Ian Rogers
2
-5
/
+6
2019-07-29
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
3
-5
/
+5
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2
-2
/
+2
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2
-2
/
+2
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
4
-7
/
+7
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
8
-40
/
+40
2019-07-09
perf hists browser: Fix potential NULL pointer dereference found by the smatc...
Leo Yan
1
-4
/
+11
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2
-5
/
+5
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
5
-6
/
+5
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
4
-1
/
+4
2019-07-02
perf diff: Print the basic block cycles diff
Jin Yao
1
-0
/
+27
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
3
-4
/
+6
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
4
-5
/
+5
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
4
-4
/
+4
2019-06-25
perf ui stdio: No need to use 'spaces' to left align
Arnaldo Carvalho de Melo
1
-3
/
+7
2019-06-25
perf tools: Fix cache.h include directive
Numfor Mbiziwo-Tiapo
1
-1
/
+1
2019-06-18
perf build: Handle slang being in /usr/include and in /usr/include/slang/
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-05-28
perf annotate TUI browser: Do not use member from variable within its own ini...
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-03-11
perf tools report: Add custom scripts to script menu
Andi Kleen
1
-0
/
+20
2019-03-11
perf ui browser: Fix ui popup argv browser for many entries
Andi Kleen
2
-6
/
+7
2019-03-11
perf script: Add array bound checking to list_scripts
Andi Kleen
1
-1
/
+2
[next]