index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-22
perf tools: Move callchain help messages to callchain.h
Namhyung Kim
1
-0
/
+12
2015-10-22
perf annotate: Add debug message for out of bounds sample
Arnaldo Carvalho de Melo
1
-1
/
+4
2015-10-22
perf evsel: Print branch filter state with -vv
Andi Kleen
1
-0
/
+1
2015-10-20
perf cpu_map: Fix core dump caused by per-socket/core system-wide stat
Kan Liang
1
-1
/
+1
2015-10-20
perf record: Add ability to sample call branches
Stephane Eranian
1
-0
/
+1
2015-10-20
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
3
-11
/
+13
2015-10-20
perf cpu_map: Make cpu_map__build_map global
Jiri Olsa
2
-2
/
+4
2015-10-20
perf stat: Add AGGR_UNSET mode
Jiri Olsa
2
-0
/
+2
2015-10-20
perf stat: Rename perf_stat struct into perf_stat_evsel
Jiri Olsa
2
-6
/
+6
2015-10-19
perf help: Change 'usage' to 'Usage' for consistency
Yunlong Song
1
-2
/
+2
2015-10-19
perf test: Suppress libtraceevent warnings
Namhyung Kim
2
-0
/
+6
2015-10-13
perf callchains: Fix unw_word_t pointer casts
Rabin Vincent
1
-2
/
+2
2015-10-13
perf callchain: Use debug_frame if eh_frame is unusable
Rabin Vincent
1
-4
/
+6
2015-10-12
perf symbols: Try the .debug/ DSO cache as a last resort
Arnaldo Carvalho de Melo
1
-9
/
+9
2015-10-08
perf python: Support the PERF_RECORD_SWITCH event
Arnaldo Carvalho de Melo
1
-4
/
+55
2015-10-07
perf tools: Fix handling read result using a signed variable
Andrzej Hajda
1
-1
/
+2
2015-10-07
perf tools: Introduce hpp_dimension__add_output function
Jiri Olsa
2
-0
/
+8
2015-10-07
perf tools: Get rid of superfluos call to reset_dimensions
Jiri Olsa
1
-2
/
+0
2015-10-05
perf tools: Fail properly in case pattern matching fails to find tracepoint
Jiri Olsa
1
-1
/
+8
2015-10-05
perf callchain: Switch default to 'graph,0.5,caller'
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-10-05
perf tools: Setup proper width for symbol_iaddr field
Jiri Olsa
1
-0
/
+13
2015-10-05
perf tools: Add support for sorting on the iaddr
Don Zickus
3
-0
/
+39
2015-10-05
perf tools: Introduce 'P' modifier to request max precision
Jiri Olsa
4
-2
/
+12
2015-10-05
perf tools: Export perf_event_attr__set_max_precise_ip()
Jiri Olsa
2
-1
/
+3
2015-10-05
perf annotate: Fix sizeof_sym_hist overflow issue
Jiri Olsa
1
-1
/
+1
2015-10-05
perf evlist: Display DATA_SRC sample type bit
Jiri Olsa
1
-1
/
+1
2015-10-02
perf probe: Allow probing on kmodules without dwarf
Masami Hiramatsu
1
-3
/
+5
2015-10-02
perf list: Honour 'event_glob' whem printing selectable PMUs
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-10-01
perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
1
-1
/
+1
2015-10-01
perf report: Fix a bug on "--call-graph none" option
Namhyung Kim
1
-1
/
+1
2015-10-01
perf top: Register idle thread
Namhyung Kim
2
-1
/
+3
2015-10-01
perf tools: By default use the most precise "cycles" hw counter available
Arnaldo Carvalho de Melo
1
-3
/
+19
2015-10-01
perf list: Remove blank lines, headers when piping output
Arnaldo Carvalho de Melo
2
-7
/
+8
2015-10-01
perf probe: Improve error message when %return is on inlined function
Masami Hiramatsu
1
-4
/
+9
2015-10-01
perf probe: Fix a segfault bug in debuginfo_cache
Masami Hiramatsu
1
-9
/
+12
2015-10-01
perf probe: Show correct source lines of probes on kmodules
Masami Hiramatsu
2
-12
/
+65
2015-10-01
perf probe: Begin and end libdwfl report session correctly
Masami Hiramatsu
1
-0
/
+3
2015-10-01
perf probe: Fix to remove dot suffix from second or latter events
Masami Hiramatsu
1
-13
/
+20
2015-10-01
tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-10-01
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
6
-15
/
+20
2015-10-01
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
4
-19
/
+20
2015-10-01
perf tools: Fix build break on powerpc due to sample_reg_masks
Sukadev Bhattiprolu
3
-1
/
+4
2015-10-01
perf maps: Introduce maps__find_symbol_by_name()
Arnaldo Carvalho de Melo
2
-6
/
+15
2015-10-01
perf tools: Fix shadowed declaration in parse-events.c
Jiri Olsa
1
-20
/
+20
2015-09-28
perf tools: Enable event_config terms to tracepoint events
He Kuang
3
-23
/
+90
2015-09-28
perf tools: Adds the tracepoint name parsing support
He Kuang
1
-14
/
+23
2015-09-28
perf tools: Show proper error message for wrong terms of hw/sw events
He Kuang
4
-24
/
+45
2015-09-28
perf tools: Adds the config_term callback for different type events
He Kuang
1
-12
/
+26
2015-09-28
perf intel-pt: Add mispred-all config option to aid use with autofdo
Adrian Hunter
1
-0
/
+14
2015-09-28
perf evlist: Add perf_evlist__remove()
Adrian Hunter
2
-0
/
+8
[next]