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.13.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-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
2015-09-28
perf evlist: Add perf_evlist__id2evsel_strict()
Adrian Hunter
2
-0
/
+17
2015-09-28
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
2
-1
/
+3
2015-09-28
perf script: Add a setting for maximum stack depth
Adrian Hunter
1
-1
/
+1
2015-09-28
perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
2
-2
/
+5
2015-09-28
perf intel-pt: Support generating branch stack
Adrian Hunter
1
-0
/
+115
2015-09-28
perf intel-pt: Move branch filter logic
Adrian Hunter
1
-3
/
+3
2015-09-28
perf auxtrace: Add option to synthesize branch stacks on samples
Adrian Hunter
2
-0
/
+24
2015-09-28
perf session: Warn when AUX data has been lost
Adrian Hunter
2
-0
/
+11
2015-09-28
perf intel-pt: Make logging slightly more efficient
Adrian Hunter
2
-16
/
+43
2015-09-28
perf intel-pt: Fix potential loop forever
Adrian Hunter
1
-2
/
+2
2015-09-28
perf auxtrace: Fix 'instructions' period of zero
Adrian Hunter
2
-2
/
+4
2015-09-28
perf tools: Use __map__is_kernel() when synthesizing kernel module mmap records
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
2
-28
/
+20
2015-09-25
perf tools: Fix copying of /proc/kcore
Adrian Hunter
1
-22
/
+13
2015-09-25
perf probe: Use existing routine to look for a kernel module by dso->short_name
Arnaldo Carvalho de Melo
1
-6
/
+7
2015-09-23
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-1
/
+22
2015-09-23
Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...
Ingo Molnar
1
-1
/
+4
2015-09-23
perf record: Synthesize COMM event for a command line workload
Namhyung Kim
2
-1
/
+6
2015-09-22
perf tools: Don't assume that the parser returns non empty evsel list
Wang Nan
1
-0
/
+16
2015-09-18
perf record: Avoid infinite loop at buildid processing with no samples
Mark Rutland
1
-1
/
+4
2015-09-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
3
-4
/
+16
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
1
-1
/
+1
2015-09-17
Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-17
perf stat: Fix per-pkg event reporting bug
Stephane Eranian
1
-2
/
+14
2015-09-16
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
Ingo Molnar
6
-73
/
+87
2015-09-15
perf evlist: Fix create_syswide_maps() not propagating maps
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Fix add() not propagating maps
Adrian Hunter
1
-0
/
+2
2015-09-15
perf evlist: Factor out a function to propagate maps for a single evsel
Adrian Hunter
1
-22
/
+27
2015-09-15
perf evlist: Make create_maps() use set_maps()
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Make set_maps() more resilient
Adrian Hunter
1
-4
/
+15
2015-09-15
perf evsel: Add own_cpus member
Adrian Hunter
4
-3
/
+8
2015-09-15
perf evlist: Fix missing thread_map__put in propagate_maps()
Adrian Hunter
1
-0
/
+1
2015-09-15
perf evlist: Fix splice_list_tail() not setting evlist
Adrian Hunter
3
-12
/
+9
2015-09-15
perf evlist: Add has_user_cpus member
Adrian Hunter
2
-5
/
+7
2015-09-15
perf evlist: Remove redundant validation from propagate_maps()
Adrian Hunter
2
-16
/
+10
2015-09-15
perf evlist: Simplify set_maps() logic
Adrian Hunter
1
-6
/
+2
2015-09-15
perf evlist: Simplify propagate_maps() logic
Adrian Hunter
1
-3
/
+2
2015-09-15
perf tools: regs_query_register_offset() infrastructure
Wang Nan
1
-0
/
+8
2015-09-15
perf tools: Enhance parsing events tracepoint error output
Jiri Olsa
2
-10
/
+41
2015-09-15
perf evsel: Propagate error info from tp_format
Jiri Olsa
5
-10
/
+33
2015-09-15
perf tools: Propagate error info for the tracepoint parsing
Jiri Olsa
3
-14
/
+20
2015-09-15
perf probe: Export init/exit_probe_symbol_maps()
Namhyung Kim
2
-16
/
+17
2015-09-15
perf probe: Free perf_probe_event in cleanup_perf_probe_events()
Namhyung Kim
1
-0
/
+1
[prev]
[next]