index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
wmi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-08
perf annotate: Display percent type in stdio output
Jiri Olsa
1
-3
/
+6
2018-08-08
perf annotate: Make local period the default percent type
Jiri Olsa
1
-1
/
+1
2018-08-08
perf annotate: Add support to toggle percent type
Jiri Olsa
2
-4
/
+64
2018-08-08
perf annotate: Pass browser percent_type in annotate_browser__calc_percent()
Jiri Olsa
1
-1
/
+1
2018-08-08
perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
Jiri Olsa
3
-23
/
+29
2018-08-08
perf annotate: Pass struct annotation_options to symbol__calc_lines()
Jiri Olsa
1
-10
/
+13
2018-08-08
perf annotate: Add percent_type to struct annotation_options
Jiri Olsa
2
-5
/
+9
2018-08-08
perf annotate: Add PERCENT_PERIOD_GLOBAL percent value
Jiri Olsa
2
-0
/
+4
2018-08-08
perf annotate: Add PERCENT_PERIOD_LOCAL percent value
Jiri Olsa
2
-0
/
+3
2018-08-08
perf annotate: Add PERCENT_HITS_GLOBAL percent value
Jiri Olsa
2
-1
/
+8
2018-08-08
perf annotate: Switch struct annotation_data::percent to array
Jiri Olsa
3
-23
/
+56
2018-08-08
perf annotate: Loop group events directly in annotation__calc_percent()
Jiri Olsa
2
-5
/
+15
2018-08-08
perf annotate: Rename hist to sym_hist in annotation__calc_percent
Jiri Olsa
1
-8
/
+8
2018-08-08
perf annotate: Rename local sample variables to data
Jiri Olsa
1
-20
/
+20
2018-08-08
perf annotate: Rename struct annotation_line::samples* to data*
Jiri Olsa
3
-33
/
+33
2018-08-08
perf annotate: Get rid of annotation__scnprintf_samples_period()
Jiri Olsa
3
-51
/
+3
2018-08-08
perf annotate: Make annotation_line__max_percent static
Jiri Olsa
2
-2
/
+2
2018-08-08
perf annotate: Make symbol__annotate_fprintf2() local
Jiri Olsa
2
-2
/
+1
2018-08-08
perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints
Arnaldo Carvalho de Melo
2
-0
/
+36
2018-08-08
perf tools: Drop unneeded bitmap_zero() calls
Yury Norov
3
-7
/
+0
2018-08-08
perf vendor events arm64: Enable JSON events for eMAG
Sean V Kelley
2
-0
/
+33
2018-08-08
perf report: Add GUI report support for s390 auxiliary trace
Thomas Richter
1
-8
/
+585
2018-08-08
perf report: Add raw report support for s390 auxiliary trace
Thomas Richter
2
-1
/
+317
2018-08-03
perf auxtrace: Support for perf report -D for s390
Thomas Richter
6
-0
/
+150
2018-08-02
perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscall...
Arnaldo Carvalho de Melo
1
-10
/
+3
2018-08-02
perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events
Arnaldo Carvalho de Melo
1
-1
/
+52
2018-08-02
perf trace: Allow setting up a syscall_tp struct without a format_field
Arnaldo Carvalho de Melo
1
-7
/
+15
2018-08-02
perf trace: Rename some syscall_tp methods to raw_syscall
Arnaldo Carvalho de Melo
1
-7
/
+7
2018-08-02
perf trace: Use beautifiers on syscalls:sys_enter_ handlers
Arnaldo Carvalho de Melo
1
-3
/
+44
2018-08-02
perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'
Arnaldo Carvalho de Melo
1
-5
/
+8
2018-08-01
perf trace: Do not require --no-syscalls to suppress strace like output
Arnaldo Carvalho de Melo
1
-8
/
+3
2018-08-01
perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-08-01
perf tools: Allow overriding MAX_NR_CPUS at compile time
Christophe Leroy
1
-0
/
+2
2018-07-31
perf bpf: Show better message when failing to load an object
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-07-31
perf list: Unify metric group description format with PMU event description
Michael Petlan
1
-2
/
+2
2018-07-31
perf vendor events arm64: Update ThunderX2 implementation defined pmu core ev...
Ganapatrao Kulkarni
1
-3
/
+84
2018-07-31
perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet
Leo Yan
1
-7
/
+17
2018-07-31
perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet
Leo Yan
1
-0
/
+8
2018-07-31
perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet
Leo Yan
1
-2
/
+15
2018-07-31
perf cs-etm: Fix start tracing packet handling
Leo Yan
2
-1
/
+19
2018-07-31
perf build: Fix installation directory for eBPF
Thomas Richter
1
-2
/
+2
2018-07-31
perf c2c report: Fix crash for empty browser
Jiri Olsa
1
-0
/
+3
2018-07-31
perf tests: Fix indexing when invoking subtests
Sandipan Das
1
-2
/
+2
2018-07-31
perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args
Arnaldo Carvalho de Melo
1
-2
/
+4
2018-07-31
perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg
Arnaldo Carvalho de Melo
4
-0
/
+42
2018-07-31
perf trace beauty: Do not print NULL strarray entries
Arnaldo Carvalho de Melo
1
-1
/
+1