index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf report: Introduce --mmaps
Arnaldo Carvalho de Melo
2018-01-10
2
-5
/
+54
*
perf report: Add --tasks option to display monitored tasks
Jiri Olsa
2018-01-10
2
-2
/
+138
*
perf trace: Beautify 'gettid' syscall result
Arnaldo Carvalho de Melo
2018-01-10
1
-0
/
+1
*
perf report: Add --stats option to display quick data statistics
Jiri Olsa
2018-01-10
2
-1
/
+29
*
perf tools: Make the tool's warning messages optional
Jiri Olsa
2018-01-10
2
-2
/
+5
*
perf script: Add support to display lost events
Jiri Olsa
2018-01-10
3
-0
/
+39
*
perf script: Add support to display sample misc field
Jiri Olsa
2018-01-08
4
-12
/
+84
*
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
2018-01-08
1
-0
/
+1
*
perf tools: Enable LIBBABELTRACE by default
Jiri Olsa
2018-01-08
2
-2
/
+2
*
perf script: Support time percent and multiple time ranges
Jin Yao
2018-01-08
2
-6
/
+44
*
perf report: Support time percent and multiple time ranges
Jin Yao
2018-01-08
2
-5
/
+46
*
perf tools: Create function to perform multiple time range checking
Jin Yao
2018-01-08
2
-0
/
+31
*
perf tools: Create function to parse time percent
Jin Yao
2018-01-08
2
-12
/
+196
*
perf record: Record the first and last sample time in the header
Jin Yao
2018-01-08
2
-3
/
+18
*
perf header: Add infrastructure to record first and last sample time
Jin Yao
2018-01-08
4
-0
/
+67
*
perf report: Fix a no annotate browser displayed issue
Jin Yao
2018-01-08
1
-1
/
+17
*
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
2018-01-08
6
-15
/
+22
*
perf tools: Fix compile error with libunwind x86
Wang Nan
2018-01-08
1
-1
/
+1
*
perf test bpf: Hook on epoll_pwait()
Arnaldo Carvalho de Melo
2018-01-08
2
-6
/
+6
*
perf test bpf: Use designated struct field initializers
Arnaldo Carvalho de Melo
2018-01-08
1
-32
/
+27
*
perf test bpf: Improve message about expected samples
Arnaldo Carvalho de Melo
2018-01-08
1
-1
/
+1
*
perf tools: Auto-complete for events with ':'
Jin Yao
2017-12-27
1
-0
/
+5
*
perf tools: Return all events as auto-completions after comma
Jin Yao
2017-12-27
1
-3
/
+7
*
perf tool: Improve bash command line auto-complete for multiple events with c...
Jin Yao
2017-12-27
1
-4
/
+34
*
perf probe arm64: Fix symbol fixup issues due to ELF type
Kim Phillips
2017-12-27
2
-0
/
+23
*
perf evsel: Enable ignore_missing_thread for pid option
Mengting Zhang
2017-12-27
2
-4
/
+47
*
perf s390: Always build with -fPIC
Hendrik Brueckner
2017-12-27
1
-1
/
+1
*
Revert "perf s390: Always build with -fPIC"
Arnaldo Carvalho de Melo
2017-12-27
1
-1
/
+0
*
perf test shell: Fix check open filename arg using 'perf trace'
Michael Petlan
2017-12-27
1
-4
/
+3
*
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2017-12-27
2
-3
/
+18
*
perf probe: Support escaped character in parser
Masami Hiramatsu
2017-12-27
2
-23
/
+51
*
perf string: Add {strdup,strpbrk}_esc()
Masami Hiramatsu
2017-12-27
2
-0
/
+48
*
perf probe: Find versioned symbols from map
Masami Hiramatsu
2017-12-27
4
-2
/
+32
*
perf probe: Add __return suffix for return events
Masami Hiramatsu
2017-12-27
2
-5
/
+6
*
perf probe: Cut off the version suffix from event name
Masami Hiramatsu
2017-12-27
1
-2
/
+2
*
perf probe: Add warning message if there is unexpected event name
Masami Hiramatsu
2017-12-27
1
-0
/
+8
*
perf env: Adopt perf_env__arch() from the annotate code
Arnaldo Carvalho de Melo
2017-12-27
6
-60
/
+54
*
perf annotate: Use perf_env when obtaining the arch name
Arnaldo Carvalho de Melo
2017-12-27
3
-17
/
+8
*
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
Arnaldo Carvalho de Melo
2017-12-27
7
-13
/
+12
*
perf trace: Use generated syscall table on s390 too
Hendrik Brueckner
2017-12-27
2
-1
/
+13
*
perf s390: Generate system call table from asm/unistd.h
Hendrik Brueckner
2017-12-27
2
-0
/
+57
*
tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
Hendrik Brueckner
2017-12-27
1
-0
/
+1
*
perf perf: Remove duplicate includes
Pravin Shedge
2017-12-27
9
-15
/
+0
*
perf test: Handle properly readdir DT_UNKNOWN
Jiri Olsa
2017-12-27
1
-5
/
+5
*
perf utils: Move is_directory() to path.h
Jiri Olsa
2017-12-27
3
-13
/
+18
*
perf stat: Resort '--per-thread' result
Jin Yao
2017-12-27
2
-11
/
+75
*
perf stat: Remove --per-thread pid/tid limitation
Jin Yao
2017-12-27
2
-8
/
+22
*
perf thread_map: Enumerate all threads from /proc
Jin Yao
2017-12-27
4
-4
/
+8
*
perf stat: Update or print per-thread stats
Jin Yao
2017-12-27
2
-5
/
+15
*
perf stat: Allocate shadow stats buffer for threads
Jin Yao
2017-12-27
2
-1
/
+47
[prev]
[next]