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-01-08
perf script: Align event name properly
Jiri Olsa
1
-2
/
+22
2016-01-08
perf tools: Add missing headers in perf's MANIFEST
Wang Nan
1
-0
/
+2
2016-01-08
perf tools: Do not show trace command if it's not compiled in
Jiri Olsa
2
-1
/
+16
2016-01-08
perf report: Change default to use event group view
Namhyung Kim
1
-0
/
+1
2016-01-08
perf top: Decay periods in callchains
Namhyung Kim
3
-0
/
+30
2016-01-08
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo
4
-1
/
+6
2016-01-08
tools lib: Sync tools/lib/find_bit.c with the kernel
Arnaldo Carvalho de Melo
2
-54
/
+51
2016-01-08
tools lib: Move find_next_bit.c to tools/lib/
Arnaldo Carvalho de Melo
4
-6
/
+6
2016-01-07
selftests: firmware: add empty string and async tests
Brian Norris
1
-1
/
+28
2016-01-07
selftests/seccomp: fix 32-bit build warnings
Kees Cook
1
-2
/
+3
2016-01-07
add breakpoints/.gitignore
Yuan Sun
1
-0
/
+1
2016-01-07
add ptrace/.gitignore
Yuan Sun
1
-0
/
+1
2016-01-07
update .gitignore in selftests/timers
Yuan Sun
1
-0
/
+1
2016-01-07
update .gitignore in selftests/vm
Yuan Sun
1
-0
/
+5
2016-01-07
perf tests: Give a bit more information on the CQM test failure path
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-01-07
perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLE
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-07
perf python: Add missing files to binding link list
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-01-07
perf test: No need for setting attr.sample_freq on the RECORD test
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-07
perf test: Use "dummy" events in the PERF_RECORD_ test
Arnaldo Carvalho de Melo
1
-1
/
+4
2016-01-07
perf evlist: Introduce perf_evlist__new_dummy constructor
Arnaldo Carvalho de Melo
2
-0
/
+31
2016-01-07
perf tests: No need to set attr.sample_freq in the perf time to TSC test
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-06
perf pmu: fix alias->snapshot missing initialization bug
Stephane Eranian
1
-0
/
+1
2016-01-06
perf script: Add stat-cpi.py script
Jiri Olsa
1
-0
/
+77
2016-01-06
perf script: Display stat events by default
Jiri Olsa
1
-0
/
+36
2016-01-06
perf cpumap: Fix cpu conversion in cpu_map__from_entries
Jiri Olsa
1
-2
/
+11
2016-01-06
perf script: Add python support for stat events
Jiri Olsa
1
-6
/
+109
2016-01-06
perf script: Add stat default handlers
Jiri Olsa
1
-0
/
+33
2016-01-06
perf script: Add process_stat/process_stat_interval scripting interface
Jiri Olsa
1
-0
/
+4
2016-01-06
perf script: Process stat config event
Jiri Olsa
1
-0
/
+10
2016-01-06
perf script: Process cpu/threads maps
Jiri Olsa
1
-0
/
+67
2016-01-06
perf stat record: Keep sample_type 0 for pipe session
Jiri Olsa
1
-1
/
+8
2016-01-06
perf report: Add documentation for dynamic sort keys
Namhyung Kim
1
-0
/
+24
2016-01-06
perf tools: Add all matching dynamic sort keys for field name
Namhyung Kim
1
-16
/
+32
2016-01-06
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
2
-1
/
+5
2016-01-06
tools build feature: Use value assignment form for FEATURE-DUMP file
Jiri Olsa
1
-5
/
+21
2016-01-06
tools build feature: Introduce feature_assign macro
Jiri Olsa
1
-1
/
+7
2016-01-06
tools build feature: Move dwarf post unwind choice output into perf
Jiri Olsa
2
-9
/
+4
2016-01-06
tools build feature: Fix feature_check_display_code typo
Jiri Olsa
1
-1
/
+1
2016-01-06
perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...
Namhyung Kim
2
-5
/
+26
2016-01-06
perf tools: Add 'trace_fields' dynamic sort key
Namhyung Kim
1
-9
/
+38
2016-01-06
perf tools: Skip dynamic fields not defined for current event
Namhyung Kim
7
-18
/
+37
2016-01-06
perf tools: Support '<event>.*' dynamic sort key
Namhyung Kim
1
-15
/
+34
2016-01-06
perf tools: Support shortcuts for events in dynamic sort keys
Namhyung Kim
1
-20
/
+87
2016-01-06
perf report/top: Add --raw-trace option
Namhyung Kim
6
-4
/
+41
2016-01-06
perf tools: Add 'trace' sort key
Namhyung Kim
3
-16
/
+62
2016-01-06
perf tools: Try to show pretty printed output for dynamic sort keys
Namhyung Kim
3
-5
/
+102
2016-01-06
perf tools: Add dynamic sort key for tracepoint events
Namhyung Kim
1
-0
/
+213
2016-01-06
perf tools: Pass evlist to setup_sorting()
Namhyung Kim
10
-23
/
+27
2016-01-06
perf top: Create the evlist sooner
Namhyung Kim
1
-6
/
+6
2016-01-06
tools lib traceevent: Factor out and export print_event_field[s]()
Namhyung Kim
2
-61
/
+72
[prev]
[next]