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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
perf tools: Fix build break on powerpc due to sample_reg_masks
Sukadev Bhattiprolu
3
-1
/
+4
2015-09-25
perf tools: Fix copying of /proc/kcore
Adrian Hunter
1
-22
/
+13
2015-09-25
perf intel-pt: Remove no_force_psb from documentation
Adrian Hunter
1
-15
/
+0
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-18
perf record: Avoid infinite loop at buildid processing with no samples
Mark Rutland
1
-1
/
+4
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
1
-1
/
+1
2015-09-17
tools build: Add test for presence of __get_cpuid() gcc builtin
Arnaldo Carvalho de Melo
1
-2
/
+7
2015-09-17
tools build: Add test for presence of numa_num_possible_cpus() in libnuma
Arnaldo Carvalho de Melo
1
-3
/
+8
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-15
perf tests: Fix software clock events test setting maps
Adrian Hunter
1
-4
/
+14
2015-09-15
perf tests: Fix task exit test setting maps
Adrian Hunter
1
-4
/
+14
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-14
perf top: Fix segfault pressing -> with no hist entries
Wang Nan
1
-1
/
+11
2015-09-13
perf header: Fixup reading of HEADER_NRCPUS feature
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-09-02
perf tools: Fix use of wrong event when processing exit events
Adrian Hunter
3
-4
/
+4
2015-09-02
perf tools: Fix parse_events_add_pmu caller
Jiri Olsa
1
-1
/
+1
2015-09-01
perf tools: Fix link time error with sample_reg_masks on non x86
Stephane Eranian
3
-23
/
+27
2015-09-01
perf build: Fix Intel PT instruction decoder dependency problem
Wang Nan
1
-0
/
+1
2015-09-01
perf dwarf: Fix potential array out of bounds access
Wang Nan
3
-3
/
+3
2015-09-01
perf record: Add ability to name registers to record
Stephane Eranian
7
-5
/
+89
2015-08-31
perf/x86: Add list of register names
Stephane Eranian
3
-0
/
+38
2015-08-31
perf script: Enable printing of interrupted machine state
Stephane Eranian
2
-2
/
+31
2015-08-31
perf evlist: Open event on evsel cpus and threads
Kan Liang
2
-1
/
+5
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
1
-1
/
+1
2015-08-31
perf tools: Fix build on powerpc broken by pt/bts
Adrian Hunter
2
-0
/
+4
2015-08-31
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
28
-102
/
+432
2015-08-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-3
/
+2
2015-08-28
perf evlist: Add backpointer for perf_env to evlist
Kan Liang
2
-0
/
+2
2015-08-28
perf tools: Rename perf_session_env to perf_env
Kan Liang
10
-21
/
+21
2015-08-28
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
2
-2
/
+1
2015-08-28
perf tools: Add tracing_path and remove unneeded functions
Jiri Olsa
2
-53
/
+5
2015-08-28
perf buildid: Introduce sysfs/filename__sprintf_build_id
Masami Hiramatsu
4
-26
/
+47
2015-08-28
perf evsel: Add a backpointer to the evlist a evsel is in
Arnaldo Carvalho de Melo
3
-0
/
+8
2015-08-28
perf trace: Add header with copyright and background info
Arnaldo Carvalho de Melo
1
-0
/
+19
2015-08-28
perf scripts python: Add new compaction-times script
Tony Jones
3
-0
/
+317
2015-08-28
perf stat: Get correct cpu id for print_aggr
Kan Liang
1
-3
/
+2
2015-08-28
perf script: Add --[no-]-demangle/--[no-]-demangle-kernel
Mark Drayton
2
-0
/
+12
2015-08-26
perf probe: Support probing at absolute address
Wang Nan
3
-24
/
+163
[next]