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 auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptr
Adrian Hunter
2018-03-07
1
-8
/
+15
*
perf auxtrace: Rename some buffer-queuing functions
Adrian Hunter
2018-03-07
1
-10
/
+10
*
perf auxtrace: Add missing parameters from kernel-doc comments
Adrian Hunter
2018-03-07
1
-0
/
+2
*
perf trace: Support setting cgroups as targets
Arnaldo Carvalho de Melo
2018-03-07
2
-0
/
+75
*
perf cgroup: Make the cgroup name be const char *
Arnaldo Carvalho de Melo
2018-03-07
2
-11
/
+15
*
perf cgroup: Add evlist__add_default_cgroup()
Arnaldo Carvalho de Melo
2018-03-07
2
-0
/
+16
*
perf cgroup: Add evlist__findnew_cgroup()
Arnaldo Carvalho de Melo
2018-03-07
2
-7
/
+14
*
perf record: Combine some auxtrace initialization into a single function
Adrian Hunter
2018-03-07
1
-12
/
+24
*
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
2018-03-07
1
-2
/
+36
*
perf sched: Move thread::shortname to thread_runtime
Changbin Du
2018-03-07
2
-41
/
+55
*
perf cgroup: Introduce cgroup__new() out of open coded equivalent
Arnaldo Carvalho de Melo
2018-03-07
1
-10
/
+20
*
perf cgroup: Introduce find_cgroup() method
Arnaldo Carvalho de Melo
2018-03-07
1
-2
/
+10
*
perf cgroup: Introduce cgroup__get()
Arnaldo Carvalho de Melo
2018-03-07
2
-6
/
+11
*
perf cgroup: Rename close_cgroup() to cgroup__put()
Arnaldo Carvalho de Melo
2018-03-07
3
-5
/
+5
*
perf cgroup: Introduce cgroup__delete()
Arnaldo Carvalho de Melo
2018-03-07
1
-3
/
+8
*
perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'
Arnaldo Carvalho de Melo
2018-03-07
3
-7
/
+8
*
perf cgroup: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2018-03-07
1
-1
/
+1
*
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2018-03-07
3
-11
/
+15
|
\
|
*
perf tools: Fix trigger class trigger_on()
Adrian Hunter
2018-03-06
1
-4
/
+5
|
*
perf auxtrace: Prevent decoding when --no-itrace
Adrian Hunter
2018-03-06
1
-6
/
+9
|
*
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
2018-03-06
1
-1
/
+1
|
*
perf record: Fix crash in pipe mode
Jiri Olsa
2018-03-05
3
-2
/
+16
|
*
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
2018-03-05
1
-0
/
+25
|
*
perf top: Fix annoying fallback message on older kernels
Kan Liang
2018-03-05
1
-1
/
+1
|
*
perf kallsyms: Fix the usage on the man page
Sangwon Hong
2018-03-05
1
-1
/
+1
*
|
Merge tag 'perf-core-for-mingo-4.17-20180305' of git://git.kernel.org/pub/scm...
Ingo Molnar
2018-03-06
34
-146
/
+328
|
\
\
|
*
|
perf mmap: Discard legacy interfaces for mmap read forward
Kan Liang
2018-03-05
3
-48
/
+2
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for task-exit
Kan Liang
2018-03-05
1
-2
/
+10
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for sw-clock
Kan Liang
2018-03-05
1
-2
/
+10
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for perf-record
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for tp fields
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
Kan Liang
2018-03-05
1
-2
/
+10
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for "keep tracking...
Kan Liang
2018-03-05
1
-2
/
+8
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for 'code reading'...
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf test: Switch to new perf_mmap__read_event() interface for bpf
Kan Liang
2018-03-05
1
-1
/
+8
|
*
|
perf python: Switch to new perf_mmap__read_event() interface
Kan Liang
2018-03-05
1
-3
/
+9
|
*
|
perf trace: Switch to new perf_mmap__read_event() interface
Kan Liang
2018-03-05
1
-2
/
+9
|
*
|
perf kvm: Switch to new perf_mmap__read_event() interface
Kan Liang
2018-03-05
1
-4
/
+13
|
*
|
perf record: Fix crash in pipe mode
Jiri Olsa
2018-03-05
3
-2
/
+16
|
*
|
perf annotate: Find 'call' instruction target symbol at parsing time
Arnaldo Carvalho de Melo
2018-03-05
3
-29
/
+27
|
*
|
perf record: Throttle user defined frequencies to the maximum allowed
Arnaldo Carvalho de Melo
2018-03-05
4
-6
/
+24
|
*
|
perf top: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
2018-03-05
2
-2
/
+6
|
*
|
perf top browser: Show sample_freq in browser title line
Arnaldo Carvalho de Melo
2018-03-05
1
-3
/
+7
|
*
|
perf record: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
2018-03-05
4
-2
/
+34
|
*
|
perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
Jiri Olsa
2018-03-05
1
-0
/
+0
|
*
|
perf tests: Switch trace+probe_libc_inet_pton to use record
Jiri Olsa
2018-03-05
1
-15
/
+15
|
*
|
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
2018-03-05
1
-0
/
+25
|
*
|
perf stat: Ignore error thread when enabling system-wide --per-thread
Jin Yao
2018-02-27
4
-1
/
+18
[next]