index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix link time error with sample_reg_masks on non x86
Stephane Eranian
2015-09-01
2
-0
/
+6
*
perf build: Fix Intel PT instruction decoder dependency problem
Wang Nan
2015-09-01
1
-0
/
+1
*
perf record: Add ability to name registers to record
Stephane Eranian
2015-08-31
4
-1
/
+78
*
perf/x86: Add list of register names
Stephane Eranian
2015-08-31
1
-0
/
+7
*
perf evlist: Open event on evsel cpus and threads
Kan Liang
2015-08-31
1
-0
/
+4
*
perf tools: Fix build on powerpc broken by pt/bts
Adrian Hunter
2015-08-31
2
-0
/
+4
*
perf evlist: Add backpointer for perf_env to evlist
Kan Liang
2015-08-28
2
-0
/
+2
*
perf tools: Rename perf_session_env to perf_env
Kan Liang
2015-08-28
5
-9
/
+9
*
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
2015-08-28
1
-1
/
+0
*
perf tools: Add tracing_path and remove unneeded functions
Jiri Olsa
2015-08-28
2
-53
/
+5
*
perf buildid: Introduce sysfs/filename__sprintf_build_id
Masami Hiramatsu
2015-08-28
2
-0
/
+35
*
perf evsel: Add a backpointer to the evlist a evsel is in
Arnaldo Carvalho de Melo
2015-08-28
3
-0
/
+8
*
perf probe: Support probing at absolute address
Wang Nan
2015-08-26
3
-24
/
+163
*
perf probe: Fix error reported when offset without function
Wang Nan
2015-08-26
1
-3
/
+7
*
perf probe: Fix list result when address is zero
Wang Nan
2015-08-26
1
-3
/
+25
*
perf probe: Fix list result when symbol can't be found
Wang Nan
2015-08-26
1
-1
/
+1
*
perf probe: Prevent segfault when reading probe point with absolute address
Wang Nan
2015-08-26
1
-4
/
+4
*
perf tools: Add Intel PT support for decoding TRACESTOP packets
Adrian Hunter
2015-08-24
1
-0
/
+11
*
perf tools: Add Intel PT support for decoding CYC packets
Adrian Hunter
2015-08-24
1
-5
/
+306
*
perf tools: Add Intel PT support for decoding MTC packets
Adrian Hunter
2015-08-24
2
-4
/
+159
*
perf tools: Pass Intel PT information for decoding MTC and CYC
Adrian Hunter
2015-08-24
3
-10
/
+60
*
perf tools: Add new Intel PT packet definitions
Adrian Hunter
2015-08-24
3
-17
/
+201
*
perf tools: Fix Intel PT 'instructions' sample period
Adrian Hunter
2015-08-24
3
-1
/
+8
*
perf ordered_events: Clear the progress bar at the end of a flush
Arnaldo Carvalho de Melo
2015-08-24
1
-0
/
+3
*
perf annotate: Reset the dso find_symbol cache when removing symbols
Arnaldo Carvalho de Melo
2015-08-24
2
-0
/
+12
*
perf tools: Fix tarball build broken by pt/bts
Adrian Hunter
2015-08-22
6
-6
/
+35
*
perf probe: Try to use symbol table if searching debug info failed
Wang Nan
2015-08-21
1
-3
/
+4
*
perf tools: Initialize reference counts in map__clone()
Arnaldo Carvalho de Melo
2015-08-21
1
-2
/
+11
*
perf tools: Add Intel BTS support
Adrian Hunter
2015-08-21
6
-4
/
+981
*
perf tools: Fix Intel PT timestamp handling
Adrian Hunter
2015-08-21
1
-1
/
+1
*
perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy
Adrian Hunter
2015-08-21
2
-2
/
+3
*
perf script: Fix segfault using --show-mmap-events
Adrian Hunter
2015-08-21
1
-1
/
+1
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2015-08-20
26
-6
/
+7393
|
\
|
*
perf tools: Take Intel PT into use
Adrian Hunter
2015-08-17
2
-3
/
+6
|
*
perf tools: Add Intel PT support
Adrian Hunter
2015-08-17
3
-0
/
+1963
|
*
perf tools: Add Intel PT decoder
Adrian Hunter
2015-08-17
3
-1
/
+1921
|
*
perf tools: Add Intel PT log
Adrian Hunter
2015-08-17
3
-1
/
+208
|
*
perf tools: Add Intel PT instruction decoder
Adrian Hunter
2015-08-17
9
-1
/
+2790
|
*
perf tools: Add Intel PT packet decoder
Adrian Hunter
2015-08-17
4
-0
/
+466
|
*
perf auxtrace: Add Intel PT as an AUX area tracing type
Adrian Hunter
2015-08-17
2
-0
/
+2
|
*
perf tools: Add a helper function to probe whether cpu-wide tracing is possible
Adrian Hunter
2015-08-17
2
-0
/
+25
|
*
perf symbols: Fix annotation of vdso
Adrian Hunter
2015-08-17
1
-0
/
+11
|
*
perf annotate: Fix 32-bit compilation error in util/annotate.c
Adrian Hunter
2015-08-17
1
-2
/
+2
|
*
perf probe: Fix to add missed brace around if block
Masami Hiramatsu
2015-08-13
1
-1
/
+2
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...
Ingo Molnar
2015-08-20
2
-2
/
+24
|
\
\
|
|
/
|
/
|
|
*
perf tools: Make fork event processing more resilient
Adrian Hunter
2015-08-19
1
-2
/
+18
|
*
perf tools: Avoid deadlock when map_groups are broken
Adrian Hunter
2015-08-19
1
-0
/
+6
*
|
perf report: Show call graph from reference events
Kan Liang
2015-08-12
2
-2
/
+8
*
|
perf callchain: Allow disabling call graphs per event
Kan Liang
2015-08-12
2
-9
/
+17
*
|
perf callchain: Per-event type selection support
Kan Liang
2015-08-12
6
-3
/
+83
[next]