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
2016-06-15
perf hists: Replace perf_evsel arg perf_hpp_fmt's header callback
Jiri Olsa
2
-4
/
+4
2016-06-15
perf stdio: Add use_callchain parameter to hists__fprintf
Jiri Olsa
1
-1
/
+2
2016-06-15
perf tools: Fix Data Object sort entry width index
Jiri Olsa
1
-1
/
+1
2016-06-15
perf mem: Add --ldlat option
Jiri Olsa
2
-1
/
+17
2016-06-14
perf probe: Uncomment and export synthesize_perf_probe_point()
Masami Hiramatsu
2
-17
/
+23
2016-06-14
perf probe: Add perf_probe_event__copy()
Masami Hiramatsu
2
-3
/
+76
2016-06-14
perf buildid: Rename and export build_id_cache__cachedir()
Masami Hiramatsu
2
-7
/
+7
2016-06-14
perf probe: Fix to add NULL check for strndup
Masami Hiramatsu
1
-0
/
+4
2016-06-14
perf tools: Fix rm_rf() to handle non-regular files correctly
Masami Hiramatsu
1
-8
/
+5
2016-06-14
perf config: Handle NULL at perf_config_set__delete()
Taeung Song
1
-0
/
+3
2016-06-08
Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
12
-746
/
+966
2016-06-08
Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
9
-21
/
+213
2016-06-08
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
5
-8
/
+8
2016-06-07
perf callchain: Support aarch64 cross-platform
He Kuang
3
-0
/
+40
2016-06-07
perf callchain: Support x86 target platform
He Kuang
3
-2
/
+51
2016-06-07
perf unwind: Introduce flag to separate local/remote unwind compilation
He Kuang
1
-0
/
+4
2016-06-07
perf unwind: Change fixed name of libunwind__arch_reg_id to macro
He Kuang
2
-2
/
+5
2016-06-07
perf unwind: Check the target platform before assigning unwind methods
He Kuang
3
-5
/
+30
2016-06-07
perf tools: Extract common API out of unwind-libunwind-local.c
He Kuang
3
-34
/
+39
2016-06-07
perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.c
He Kuang
2
-1
/
+1
2016-06-07
perf unwind: Move unwind__prepare_access from thread_new into thread__insert_map
He Kuang
3
-7
/
+22
2016-06-07
perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwind
He Kuang
3
-5
/
+61
2016-06-07
perf unwind: Decouple thread->address_space on libunwind
He Kuang
1
-4
/
+1
2016-06-07
perf config: Use new perf_config_set__init() to initialize config set
Taeung Song
1
-1
/
+46
2016-06-07
perf config: Constructor should free its allocated memory when failing
Taeung Song
1
-2
/
+4
2016-06-07
perf tools: Fix crash in build_id_cache__kallsyms_path()
Wang Nan
1
-7
/
+4
2016-06-07
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-06-07
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
1
-15
/
+12
2016-06-07
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-06-07
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
1
-28
/
+24
2016-06-07
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
1
-12
/
+6
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
1
-14
/
+9
2016-06-06
perf config: Handle the error when config set is NULL at collect_config()
Taeung Song
1
-1
/
+5
2016-06-06
perf config: Fix abnormal termination at perf_parse_file()
Taeung Song
1
-9
/
+7
2016-06-06
perf stat: Add computation of TopDown formulas
Andi Kleen
3
-0
/
+172
2016-06-06
perf stat: Basic support for TopDown in perf stat
Andi Kleen
2
-0
/
+8
2016-06-03
perf evlist: Fix alloc_mmap() failure path
Wang Nan
1
-1
/
+4
2016-06-03
perf evsel: Provide way to extract integer value from format_field
Arnaldo Carvalho de Melo
2
-10
/
+17
2016-06-03
tools/perf: Handle -EOPNOTSUPP for sampling events
Vineet Gupta
1
-0
/
+3
2016-05-30
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
Masami Hiramatsu
4
-31
/
+96
2016-05-30
perf symbols: Cleanup the code flow of dso__find_kallsyms
Masami Hiramatsu
1
-23
/
+13
2016-05-30
perf symbols: Introduce filename__readable to check readability
Masami Hiramatsu
1
-10
/
+22
2016-05-30
tools: Pass arg to fdarray__filter's call back function
Wang Nan
1
-2
/
+3
2016-05-30
perf evlist: Choose correct reading direction according to evlist->backward
Wang Nan
2
-1
/
+10
2016-05-30
perf evlist: Check 'base' pointer before checking refcnt when put a mmap
Wang Nan
1
-2
/
+4
2016-05-30
perf evlist: Don't poll and mmap overwritable events
Wang Nan
1
-4
/
+19
2016-05-30
perf tools: Per event max-stack settings
Arnaldo Carvalho de Melo
7
-2
/
+29
2016-05-30
perf thread: Adopt get_main_thread from db-export.c
Andi Kleen
3
-12
/
+14
2016-05-27
perf ctf: Convert invalid chars in a string before set value
Wang Nan
1
-2
/
+39
[next]