index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-28
blkcg: add tools/cgroup/iocost_monitor.py
Tejun Heo
1
-0
/
+270
2019-08-28
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
3
-17
/
+19
2019-08-28
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
Jiri Olsa
2
-7
/
+8
2019-08-28
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to perf/event.h
Jiri Olsa
2
-5
/
+5
2019-08-28
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/event.h
Jiri Olsa
2
-12
/
+12
2019-08-28
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h
Jiri Olsa
3
-24
/
+23
2019-08-28
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
2
-26
/
+26
2019-08-28
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
Jiri Olsa
2
-6
/
+6
2019-08-28
perf top: Fix event group with more than two events
Namhyung Kim
3
-18
/
+28
2019-08-28
perf top: Decay all events in the evlist
Namhyung Kim
1
-25
/
+13
2019-08-28
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
4
-29
/
+5
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
13
-1
/
+12
2019-08-28
perf tools: Remove needless util.h include from builtin.h
Arnaldo Carvalho de Melo
3
-2
/
+2
2019-08-28
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
Igor Lubashev
3
-3
/
+3
2019-08-28
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
Igor Lubashev
1
-3
/
+12
2019-08-28
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
1
-1
/
+1
2019-08-28
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
5
-5
/
+8
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
1
-3
/
+4
2019-08-28
perf arch powerpc: Sync powerpc syscall.tbl
Naveen N. Rao
1
-27
/
+119
2019-08-28
x86/intel: Aggregate microserver naming
Peter Zijlstra
1
-11
/
+11
2019-08-28
x86/intel: Aggregate big core graphics naming
Peter Zijlstra
1
-9
/
+9
2019-08-28
x86/intel: Aggregate big core mobile naming
Peter Zijlstra
1
-20
/
+20
2019-08-28
x86/intel: Aggregate big core client naming
Peter Zijlstra
1
-14
/
+14
2019-08-28
selftests/bpf: remove wrong nhoff in flow dissector test
Stanislav Fomichev
1
-1
/
+0
2019-08-28
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
1
-23
/
+19
2019-08-28
selftests/bpf: test_progs: remove asserts from subtests
Stanislav Fomichev
5
-26
/
+40
2019-08-28
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
22
-123
/
+60
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
3
-2
/
+21
2019-08-28
selftests/bpf: add precision tracking test
Alexei Starovoitov
1
-0
/
+25
2019-08-28
selftests/bpf: verifier precise tests
Alexei Starovoitov
2
-11
/
+174
2019-08-28
tools/bpf: sync bpf.h
Alexei Starovoitov
1
-0
/
+3
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
14
-54
/
+78
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-7
/
+24
2019-08-26
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2
-6
/
+5
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
8
-30
/
+29
2019-08-26
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
3
-13
/
+10
2019-08-26
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
4
-13
/
+13
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
13
-69
/
+69
2019-08-26
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
4
-10
/
+10
2019-08-26
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
2
-10
/
+11
2019-08-26
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
3
-14
/
+14
2019-08-26
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
3
-9
/
+9
2019-08-26
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
3
-16
/
+16
2019-08-26
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h
Jiri Olsa
3
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
6
-11
/
+11
2019-08-26
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
3
-8
/
+8
2019-08-26
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
2
-7
/
+7
2019-08-26
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
2
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
3
-18
/
+18
2019-08-26
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
4
-11
/
+35
[prev]
[next]