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
2018-08-30
perf stat: Move the display functions to stat-display.c
Jiri Olsa
3
-0
/
+1173
2018-08-30
perf stat: Move 'metric_events' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+2
2018-08-30
perf stat: Move 'no_merge' data to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'big_num' data to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move *_aggr_* data to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+6
2018-08-30
perf stat: Move ru_* data to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+6
2018-08-30
perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'null_run' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'metric_only_len' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'run_count' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'unit_width' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'metric_only' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move csv_* to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+2
2018-08-30
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
Jiri Olsa
2
-71
/
+84
2018-08-30
perf stat: Move perf_stat_synthesize_config() to stat.c
Jiri Olsa
2
-0
/
+48
2018-08-30
perf stat: Move create_perf_stat_counter() to stat.c
Jiri Olsa
2
-0
/
+57
2018-08-30
perf evsel: Introduce perf_evsel__store_ids()
Jiri Olsa
2
-0
/
+30
2018-08-30
perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...
Jiri Olsa
2
-4
/
+4
2018-08-30
perf stat: Add 'identifier' flag to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'no_inherit' to 'struct perf_stat_config'
Jiri Olsa
1
-0
/
+1
2018-08-30
perf stat: Move 'initial_delay' to 'struct perf_stat_config'
Jiri Olsa
1
-8
/
+10
2018-08-30
tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...
Tzvetomir Stoyanov (VMware)
1
-0
/
+1
2018-08-30
perf report: Create auxiliary trace data files for s390
Thomas Richter
1
-3
/
+91
2018-08-30
perf bpf: Give precedence to bpf header dir
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-08-30
perf annotate: Fix parsing aarch64 branch instructions after objdump update
Kim Phillips
2
-1
/
+22
2018-08-30
perf event-parse: Use fixed size string for comms
Chris Phlipot
1
-4
/
+3
2018-08-30
perf util: Fix bad memory access in trace info.
Chris Phlipot
1
-1
/
+1
2018-08-30
perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
Hisao Tanabe
1
-2
/
+3
2018-08-30
perf annotate: Properly interpret indirect call
Martin Liška
1
-2
/
+8
2018-08-20
perf python: Fix pyrf_evlist__read_on_cpu() interface
Jiri Olsa
1
-1
/
+19
2018-08-20
perf mmap: Store real cpu number in 'struct perf_mmap'
Jiri Olsa
3
-3
/
+5
2018-08-20
perf tools: Remove ext from struct kmod_path
Jiri Olsa
2
-14
/
+4
2018-08-20
perf tools: Add gzip_is_compressed function
Jiri Olsa
1
-2
/
+14
2018-08-20
perf tools: Add lzma_is_compressed function
Jiri Olsa
1
-2
/
+17
2018-08-20
perf tools: Add is_compressed callback to compressions array
Jiri Olsa
4
-3
/
+33
2018-08-20
perf tools: Move the temp file processing into decompress_kmodule
Jiri Olsa
1
-17
/
+12
2018-08-20
perf tools: Use compression id in decompress_kmodule()
Jiri Olsa
1
-21
/
+3
2018-08-20
perf tools: Store compression id into struct dso
Jiri Olsa
3
-2
/
+8
2018-08-20
perf tools: Add compression id into 'struct kmod_path'
Jiri Olsa
2
-8
/
+12
2018-08-20
perf tools: Make is_supported_compression() static
Jiri Olsa
2
-2
/
+1
2018-08-20
perf tools: Make decompress_to_file() function static
Jiri Olsa
2
-2
/
+1
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in __open_dso()
Jiri Olsa
1
-1
/
+3
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
Jiri Olsa
1
-1
/
+3
2018-08-20
perf llvm: Allow passing options to llc in addition to clang
Arnaldo Carvalho de Melo
2
-2
/
+38
2018-08-20
perf parser: Improve error message for PMU address filters
Jack Henschel
1
-10
/
+10
2018-08-15
perf auxtrace: Fix queue resize
Adrian Hunter
1
-0
/
+3
[next]