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-09-14
perf cpu_map: Use sysfs__read_int in get_{core,socket}_id()
Arnaldo Carvalho de Melo
1
-36
/
+10
2015-09-14
perf env: Read msr pmu type from header
Kan Liang
2
-0
/
+4
2015-09-14
perf evsel: Remove forward declaration of 'struct perf_evlist'
Arnaldo Carvalho de Melo
1
-1
/
+0
2015-09-14
perf hists browser: Fixup the "cpu" column width calculation
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-09-14
perf env: Adopt perf_header__set_cmdline
Arnaldo Carvalho de Melo
4
-40
/
+49
2015-09-14
perf env: Move perf_env out of header.h and session.c into separate object
Arnaldo Carvalho de Melo
5
-51
/
+59
2015-09-14
perf tools: Switch to tracing_path interface on appropriate places
Jiri Olsa
1
-12
/
+2
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
4
-10
/
+7
2015-09-08
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
21
-200
/
+391
2015-09-04
perf probe: Print deleted events in cmd_probe()
Namhyung Kim
4
-9
/
+8
2015-09-04
perf probe: Split del_perf_probe_events()
Namhyung Kim
1
-4
/
+36
2015-09-04
perf probe: Move print logic into cmd_probe()
Namhyung Kim
2
-19
/
+6
2015-09-04
perf probe: Link trace_probe_event into perf_probe_event
Wang Nan
2
-40
/
+22
2015-09-04
perf probe: Split add_perf_probe_events()
Namhyung Kim
1
-4
/
+35
2015-09-04
perf intel-pt: Add support for PERF_RECORD_SWITCH
Adrian Hunter
1
-25
/
+104
2015-09-04
perf session: Don't call dump_sample() when evsel is NULL
Kan Liang
1
-1
/
+1
2015-09-04
x86/insn: perf tools: Add new xsave instructions
Adrian Hunter
1
-0
/
+3
2015-09-04
x86/insn: perf tools: Add new memory protection keys instructions
Adrian Hunter
1
-1
/
+1
2015-09-04
x86/insn: perf tools: Add new memory instructions
Adrian Hunter
1
-2
/
+2
2015-09-04
x86/insn: perf tools: Add new SHA instructions
Adrian Hunter
1
-0
/
+7
2015-09-04
x86/insn: perf tools: Pedantically tweak opcode map for MPX instructions
Adrian Hunter
1
-2
/
+6
2015-09-04
perf tools: Display build warning if x86 instruction decoder differs from kernel
Adrian Hunter
1
-1
/
+12
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
5
-78
/
+3
2015-09-02
perf tools: Fix use of wrong event when processing exit events
Adrian Hunter
2
-2
/
+2
2015-09-02
perf tools: Move tracing_path stuff under same namespace
Jiri Olsa
2
-12
/
+12
2015-09-02
perf tools: Remove mountpoint arg from perf_debugfs_mount
Jiri Olsa
2
-8
/
+8
2015-09-02
perf tools: Store the cpu socket and core ids in the perf.data header
Kan Liang
3
-5
/
+96
2015-09-02
perf cpumap: Factor out functions to get core_id and socket_id
Kan Liang
2
-18
/
+35
2015-09-02
tools lib traceevent: Support function __get_dynamic_array_len
He Kuang
2
-0
/
+2
2015-09-02
perf tools: Always use non inlined file name for 'srcfile' sort key
Andi Kleen
3
-7
/
+28
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
2
-0
/
+6
2015-09-01
perf build: Fix Intel PT instruction decoder dependency problem
Wang Nan
1
-0
/
+1
2015-09-01
perf record: Add ability to name registers to record
Stephane Eranian
4
-1
/
+78
2015-08-31
perf/x86: Add list of register names
Stephane Eranian
1
-0
/
+7
2015-08-31
perf evlist: Open event on evsel cpus and threads
Kan Liang
1
-0
/
+4
2015-08-31
perf tools: Fix build on powerpc broken by pt/bts
Adrian Hunter
2
-0
/
+4
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
5
-9
/
+9
2015-08-28
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
1
-1
/
+0
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
2
-0
/
+35
2015-08-28
perf evsel: Add a backpointer to the evlist a evsel is in
Arnaldo Carvalho de Melo
3
-0
/
+8
2015-08-26
perf probe: Support probing at absolute address
Wang Nan
3
-24
/
+163
2015-08-26
perf probe: Fix error reported when offset without function
Wang Nan
1
-3
/
+7
2015-08-26
perf probe: Fix list result when address is zero
Wang Nan
1
-3
/
+25
2015-08-26
perf probe: Fix list result when symbol can't be found
Wang Nan
1
-1
/
+1
2015-08-26
perf probe: Prevent segfault when reading probe point with absolute address
Wang Nan
1
-4
/
+4
2015-08-24
perf tools: Add Intel PT support for decoding TRACESTOP packets
Adrian Hunter
1
-0
/
+11
2015-08-24
perf tools: Add Intel PT support for decoding CYC packets
Adrian Hunter
1
-5
/
+306
[next]