index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Avoid 'sample_reg_masks' being const + weak
Ian Rogers
2019-10-10
13
-8
/
+46
*
perf beauty: Introduce strtoul() for x86 MSRs
Arnaldo Carvalho de Melo
2019-10-09
3
-1
/
+9
*
perf trace: Expand strings in filters to integers
Arnaldo Carvalho de Melo
2019-10-09
1
-0
/
+130
*
perf trace: Introduce a strtoul() method for 'struct strarrays'
Arnaldo Carvalho de Melo
2019-10-09
2
-0
/
+33
*
perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
Arnaldo Carvalho de Melo
2019-10-09
1
-1
/
+7
*
perf trace: Introduce --filter for tracepoint events
Arnaldo Carvalho de Melo
2019-10-09
2
-3
/
+10
*
perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
Arnaldo Carvalho de Melo
2019-10-09
2
-0
/
+17
*
perf evlist: Introduce append_tp_filter() method
Arnaldo Carvalho de Melo
2019-10-09
2
-0
/
+22
*
perf evlist: Factor out asprintf routine to build a tracepoint pid filter
Arnaldo Carvalho de Melo
2019-10-09
1
-4
/
+15
*
perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
Arnaldo Carvalho de Melo
2019-10-09
1
-0
/
+1
*
perf trace beauty: Add the glue for the autogenerated MSR arrays
Arnaldo Carvalho de Melo
2019-10-09
4
-0
/
+39
*
perf trace: Allow associating scnprintf routines with well known arg names
Arnaldo Carvalho de Melo
2019-10-09
1
-0
/
+26
*
perf beauty: Hook up the x86 MSR table generator
Arnaldo Carvalho de Melo
2019-10-09
1
-0
/
+9
*
perf trace beauty: Add a x86 MSR cmd id->str table generator
Arnaldo Carvalho de Melo
2019-10-09
1
-0
/
+40
*
perf beauty: Make strarray's offset be u64
Arnaldo Carvalho de Melo
2019-10-09
1
-1
/
+1
*
tools arch x86: Grab a copy of the file containing the MSR numbers
Arnaldo Carvalho de Melo
2019-10-07
2
-0
/
+858
*
perf trace: Allow choosing how to augment the tracepoint arguments
Arnaldo Carvalho de Melo
2019-10-07
3
-3
/
+90
*
perf trace: Enclose all events argument lists with ()
Arnaldo Carvalho de Melo
2019-10-07
1
-2
/
+2
*
perf trace: Add array of chars scnprintf beautifier
Arnaldo Carvalho de Melo
2019-10-07
1
-1
/
+15
*
perf trace: Add the syscall_arg_fmt pointer to syscall_arg
Arnaldo Carvalho de Melo
2019-10-07
2
-22
/
+26
*
perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
Arnaldo Carvalho de Melo
2019-10-07
1
-12
/
+13
*
perf trace: Allocate an array of beautifiers for tracepoint args
Arnaldo Carvalho de Melo
2019-10-07
1
-1
/
+16
*
perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
Arnaldo Carvalho de Melo
2019-10-07
1
-10
/
+18
*
perf script: Allow --time with --reltime
Andi Kleen
2019-10-07
1
-5
/
+0
*
perf tools: Make usage of test_attr__* optional for perf-sys.h
Björn Töpel
2019-10-07
1
-2
/
+4
*
perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
Adrian Hunter
2019-10-07
1
-2
/
+1331
*
perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...
Adrian Hunter
2019-10-07
1
-1
/
+43
*
perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
Adrian Hunter
2019-10-07
1
-7
/
+8
*
perf scripts python: exported-sql-viewer.py: Add global time range calculations
Adrian Hunter
2019-10-07
1
-4
/
+109
*
perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
Adrian Hunter
2019-10-07
1
-10
/
+31
*
perf scripts python: exported-sql-viewer.py: Add LookupModel()
Adrian Hunter
2019-10-07
1
-0
/
+9
*
perf trace augmented_syscalls: Do not show syscalls when none was asked for
Arnaldo Carvalho de Melo
2019-10-07
1
-10
/
+95
*
perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...
Arnaldo Carvalho de Melo
2019-10-07
1
-9
/
+22
*
perf trace: Generalize the syscall_fmt find routines
Arnaldo Carvalho de Melo
2019-10-07
1
-5
/
+16
*
perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
Arnaldo Carvalho de Melo
2019-10-07
1
-2
/
+4
*
perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...
Arnaldo Carvalho de Melo
2019-10-07
1
-4
/
+6
*
perf evlist: Adopt __set_tracepoint_handlers method from perf_session
Arnaldo Carvalho de Melo
2019-10-07
4
-34
/
+32
*
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...
Arnaldo Carvalho de Melo
2019-10-07
1
-0
/
+11
*
perf env: Add routine to read the env->cpuid from the running machine
Arnaldo Carvalho de Melo
2019-10-07
2
-0
/
+17
*
Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...
Ingo Molnar
2019-10-07
38
-99
/
+315
|
\
|
*
perf annotate: Don't return -1 for error when doing BPF disassembly
Arnaldo Carvalho de Melo
2019-09-30
2
-4
/
+17
|
*
perf annotate: Return appropriate error code for allocation failures
Arnaldo Carvalho de Melo
2019-09-30
1
-2
/
+2
|
*
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
2019-09-30
6
-8
/
+20
|
*
perf annotate: Propagate the symbol__annotate() error return
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+1
|
*
perf annotate: Fix the signedness of failure returns
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+1
|
*
perf annotate: Propagate perf_env__arch() error
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+1
|
*
perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
Arnaldo Carvalho de Melo
2019-09-30
2
-1
/
+8
|
*
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
2019-09-30
4
-9
/
+13
|
*
perf jevents: Fix period for Intel fixed counters
Andi Kleen
2019-09-30
1
-6
/
+6
|
*
perf script brstackinsn: Fix recovery from LBR/binary mismatch
Andi Kleen
2019-09-30
1
-1
/
+5
[next]