index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
23
-54
/
+87
*
perf tools: Use perf_mmap way to detect aux mmap
Jiri Olsa
2019-10-10
1
-1
/
+3
*
libperf: Adopt perf_mmap__put() function from tools/perf
Jiri Olsa
2019-10-10
6
-32
/
+48
*
libperf: Adopt perf_mmap__unmap() function from tools/perf
Jiri Olsa
2019-10-10
5
-11
/
+17
*
libperf: Adopt perf_mmap__get() function from tools/perf
Jiri Olsa
2019-10-10
6
-8
/
+8
*
libperf: Adopt perf_mmap__mmap() function from tools/perf
Jiri Olsa
2019-10-10
5
-11
/
+25
*
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
2019-10-10
5
-13
/
+21
*
libperf: Add 'struct perf_mmap_param'
Jiri Olsa
2019-10-10
4
-8
/
+18
*
libperf: Add perf_mmap__init() function
Jiri Olsa
2019-10-10
4
-3
/
+14
*
MAINTAINERS: Add entry for perf tool arm64 pmu-events files
John Garry
2019-10-10
1
-0
/
+7
*
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
*
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
2019-10-07
1
-0
/
+1
*
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
[next]