index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
top.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-07
perf auxtrace: Rename some buffer-queuing functions
Adrian Hunter
1
-10
/
+10
2018-03-07
perf auxtrace: Add missing parameters from kernel-doc comments
Adrian Hunter
1
-0
/
+2
2018-03-07
perf trace: Support setting cgroups as targets
Arnaldo Carvalho de Melo
2
-0
/
+75
2018-03-07
perf cgroup: Make the cgroup name be const char *
Arnaldo Carvalho de Melo
2
-11
/
+15
2018-03-07
perf cgroup: Add evlist__add_default_cgroup()
Arnaldo Carvalho de Melo
2
-0
/
+16
2018-03-07
perf cgroup: Add evlist__findnew_cgroup()
Arnaldo Carvalho de Melo
2
-7
/
+14
2018-03-07
perf record: Combine some auxtrace initialization into a single function
Adrian Hunter
1
-12
/
+24
2018-03-07
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
1
-2
/
+36
2018-03-07
perf sched: Move thread::shortname to thread_runtime
Changbin Du
2
-41
/
+55
2018-03-07
perf cgroup: Introduce cgroup__new() out of open coded equivalent
Arnaldo Carvalho de Melo
1
-10
/
+20
2018-03-07
perf cgroup: Introduce find_cgroup() method
Arnaldo Carvalho de Melo
1
-2
/
+10
2018-03-07
perf cgroup: Introduce cgroup__get()
Arnaldo Carvalho de Melo
2
-6
/
+11
2018-03-07
perf cgroup: Rename close_cgroup() to cgroup__put()
Arnaldo Carvalho de Melo
3
-5
/
+5
2018-03-07
perf cgroup: Introduce cgroup__delete()
Arnaldo Carvalho de Melo
1
-3
/
+8
2018-03-07
perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'
Arnaldo Carvalho de Melo
3
-7
/
+8
2018-03-07
perf cgroup: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-03-06
perf tools: Fix trigger class trigger_on()
Adrian Hunter
1
-4
/
+5
2018-03-06
perf auxtrace: Prevent decoding when --no-itrace
Adrian Hunter
1
-6
/
+9
2018-03-06
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
1
-1
/
+1
2018-03-05
tools headers: Sync x86's cpufeatures.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-03-05
tools headers: Sync copy of kvm UAPI headers
Arnaldo Carvalho de Melo
1
-0
/
+2
2018-03-05
perf record: Fix crash in pipe mode
Jiri Olsa
3
-2
/
+16
2018-03-05
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
1
-0
/
+25
2018-03-05
perf top: Fix annoying fallback message on older kernels
Kan Liang
1
-1
/
+1
2018-03-05
perf kallsyms: Fix the usage on the man page
Sangwon Hong
1
-1
/
+1
2018-03-05
perf mmap: Discard legacy interfaces for mmap read forward
Kan Liang
3
-48
/
+2
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for task-exit
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for switch-tracking
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for sw-clock
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for perf-record
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for tp fields
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for mmap-basic
Kan Liang
1
-2
/
+10
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for "keep tracking...
Kan Liang
1
-2
/
+8
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for 'code reading'...
Kan Liang
1
-2
/
+9
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for bpf
Kan Liang
1
-1
/
+8
2018-03-05
perf python: Switch to new perf_mmap__read_event() interface
Kan Liang
1
-3
/
+9
2018-03-05
perf trace: Switch to new perf_mmap__read_event() interface
Kan Liang
1
-2
/
+9
2018-03-05
perf kvm: Switch to new perf_mmap__read_event() interface
Kan Liang
1
-4
/
+13
2018-03-05
perf record: Fix crash in pipe mode
Jiri Olsa
3
-2
/
+16
2018-03-05
perf annotate: Find 'call' instruction target symbol at parsing time
Arnaldo Carvalho de Melo
3
-29
/
+27
2018-03-05
perf record: Throttle user defined frequencies to the maximum allowed
Arnaldo Carvalho de Melo
4
-6
/
+24
2018-03-05
perf top: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
2
-2
/
+6
2018-03-05
perf top browser: Show sample_freq in browser title line
Arnaldo Carvalho de Melo
1
-3
/
+7
2018-03-05
perf record: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
4
-2
/
+34
2018-03-05
perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
Jiri Olsa
1
-0
/
+0
2018-03-05
perf tests: Switch trace+probe_libc_inet_pton to use record
Jiri Olsa
1
-15
/
+15
2018-03-05
perf annotate browser: Be more robust when drawing jump arrows
Arnaldo Carvalho de Melo
1
-0
/
+25
2018-03-04
Linux 4.16-rc4
v4.16-rc4
Linus Torvalds
1
-1
/
+1
2018-03-04
perf/x86/intel/uncore: Fix Skylake UPI event format
Kan Liang
1
-1
/
+1
[next]