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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
perf tests: Initialize sa.sa_flags
Colin Ian King
1
-0
/
+1
2016-03-03
perf test: Fix hists related entries
Arnaldo Carvalho de Melo
1
-15
/
+22
2016-03-03
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...
Steven Rostedt (Red Hat)
1
-1
/
+1
2016-03-03
tools lib traceevent: Set int_array fields to NULL if freeing from error
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-03-03
tools lib traceevent: Fix time stamp rounding issue
Chaos.Chen
1
-0
/
+5
2016-03-03
perf script: Fix double free on command_line
Colin Ian King
1
-2
/
+2
2016-03-03
tools build: Use .s extension for preprocessed assembler code
Masahiro Yamada
1
-1
/
+1
2016-03-03
perf stat: Support metrics in --per-core/socket mode
Andi Kleen
2
-8
/
+63
2016-03-03
perf stat: Implement CSV metrics output
Andi Kleen
2
-5
/
+70
2016-03-03
perf record: Ensure return non-zero rc when mmap fail
Wang Nan
1
-1
/
+4
2016-03-03
perf record: Introduce record__finish_output() to finish a perf.data
Wang Nan
1
-12
/
+25
2016-03-03
perf record: Extract synthesize code to record__synthesize()
Wang Nan
1
-55
/
+70
2016-03-03
perf record: Use WARN_ONCE to replace 'if' condition
Wang Nan
1
-8
/
+7
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 stat: Check existence of frontend/backed stalled cycles
Andi Kleen
1
-2
/
+20
2016-03-03
perf tools: Fix locale handling in pmu parsing
Jiri Olsa
1
-0
/
+13
2016-02-29
tools lib traceevent: Split pevent_print_event() into specific functionality ...
Steven Rostedt
2
-32
/
+117
2016-02-29
perf trace: Check and discard not only 'nr' but also '__syscall_nr'
Taeung Song
1
-2
/
+6
2016-02-29
perf tools: Fix python extension build
Jiri Olsa
1
-0
/
+4
2016-02-29
Merge tag 'v4.5-rc6' into perf/core, to pick up fixes
Ingo Molnar
4
-16
/
+98
2016-02-26
perf trace: Print content of bpf-output event
Wang Nan
1
-1
/
+34
2016-02-26
perf trace: Call bpf__apply_obj_config in 'perf trace'
Wang Nan
1
-0
/
+11
2016-02-26
perf tools: Only set filter for tracepoints events
Wang Nan
1
-0
/
+3
2016-02-26
perf config: Bring perf_default_config to the very beginning at main()
Wang Nan
10
-21
/
+15
2016-02-26
perf report: Update column width of dynamic entries
Namhyung Kim
2
-3
/
+16
2016-02-26
perf hists: Fix dynamic entry display in hierarchy
Namhyung Kim
2
-1
/
+4
2016-02-26
perf report: Left align dynamic entries in hierarchy
Namhyung Kim
2
-11
/
+33
2016-02-26
perf report: Fix indentation of dynamic entries in hierarchy
Namhyung Kim
4
-6
/
+26
2016-02-26
perf hists: Fix comparing of dynamic entries
Namhyung Kim
1
-0
/
+8
2016-02-26
perf report: Show message for percent limit on gtk
Namhyung Kim
1
-0
/
+11
2016-02-26
perf hists browser: Show message for percent limit
Namhyung Kim
3
-0
/
+102
2016-02-26
perf hists browser: Cleanup hist_browser__update_percent_limit()
Namhyung Kim
1
-6
/
+1
2016-02-26
perf report: Show message for percent limit on stdio
Namhyung Kim
1
-0
/
+17
2016-02-26
perf hists: Add more helper functions for the hierarchy mode
Namhyung Kim
3
-0
/
+50
2016-02-25
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+6
2016-02-25
perf script: Remove duplicated code and needless script_spec__findnew()
Taeung Song
1
-18
/
+3
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 jvmti: improve error message in Makefile
Stephane Eranian
1
-4
/
+13
2016-02-25
perf tools: Use asprintf() for simple string formatting/allocation
Arnaldo Carvalho de Melo
1
-6
/
+8
2016-02-24
perf top: Add --hierarchy option
Namhyung Kim
2
-0
/
+18
2016-02-24
perf hists: Support decaying in hierarchy mode
Namhyung Kim
1
-8
/
+34
2016-02-24
perf report: Add --hierarchy option
Namhyung Kim
3
-0
/
+21
2016-02-24
perf ui/gtk: Implement hierarchy output mode
Namhyung Kim
1
-1
/
+162
2016-02-24
perf hists browser: Align column header in hierarchy mode
Namhyung Kim
1
-1
/
+70
2016-02-24
perf hists browser: Implement hierarchy output
Namhyung Kim
1
-22
/
+268
2016-02-24
perf hists browser: Support collapsing/expanding whole entries in hierarchy
Namhyung Kim
1
-10
/
+48
2016-02-24
perf hists browser: Count number of hierarchy entries
Namhyung Kim
1
-11
/
+74
2016-02-24
perf ui/stdio: Align column header for hierarchy output
Namhyung Kim
3
-0
/
+116
[next]