index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2019-08-28
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...
Jiri Olsa
-5
/
+5
2019-08-28
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...
Jiri Olsa
-12
/
+12
2019-08-28
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
-24
/
+23
2019-08-28
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
-26
/
+26
2019-08-28
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
Jiri Olsa
-6
/
+6
2019-08-28
perf top: Fix event group with more than two events
Namhyung Kim
-18
/
+28
2019-08-28
perf top: Decay all events in the evlist
Namhyung Kim
-25
/
+13
2019-08-28
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
-29
/
+5
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
-1
/
+12
2019-08-28
perf tools: Remove needless util.h include from builtin.h
Arnaldo Carvalho de Melo
-2
/
+2
2019-08-28
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
Igor Lubashev
-3
/
+3
2019-08-28
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
Igor Lubashev
-3
/
+12
2019-08-28
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
-1
/
+1
2019-08-28
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
-5
/
+8
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
-3
/
+4
2019-08-28
perf arch powerpc: Sync powerpc syscall.tbl
Naveen N. Rao
-27
/
+119
2019-08-28
perf/x86/intel: Support PEBS output to PT
Alexander Shishkin
-1
/
+130
2019-08-28
perf: Allow normal events to output AUX data
Alexander Shishkin
-1
/
+109
2019-08-27
Merge tag 'perf-core-for-mingo-5.4-20190826' of git://git.kernel.org/pub/scm/...
Ingo Molnar
-427
/
+493
2019-08-26
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
-6
/
+5
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
-30
/
+29
2019-08-26
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
-13
/
+10
2019-08-26
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
-13
/
+13
2019-08-26
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
-69
/
+69
2019-08-26
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
-10
/
+10
2019-08-26
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
-10
/
+11
2019-08-26
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
-14
/
+14
2019-08-26
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
-9
/
+9
2019-08-26
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
-16
/
+16
2019-08-26
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...
Jiri Olsa
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
-11
/
+11
2019-08-26
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
-8
/
+8
2019-08-26
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
-7
/
+7
2019-08-26
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
-6
/
+6
2019-08-26
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
-18
/
+18
2019-08-26
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
-11
/
+35
2019-08-26
perf script: Fix memory leaks in list_scripts()
Gustavo A. R. Silva
-2
/
+4
2019-08-26
perf report: Fix --ns time sort key output
Andi Kleen
-1
/
+4
2019-08-26
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
-8
/
+2
2019-08-26
perf tools: Remove duplicate headers
Souptick Joarder
-3
/
+0
2019-08-26
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
Arnaldo Carvalho de Melo
-12
/
+12
2019-08-26
perf augmented_raw_syscalls: Introduce helper to get the scratch space
Arnaldo Carvalho de Melo
-16
/
+16
2019-08-26
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
Arnaldo Carvalho de Melo
-3
/
+3
2019-08-26
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
Arnaldo Carvalho de Melo
-22
/
+20
2019-08-26
perf trace beauty ioctl: Fix off-by-one error in cmd->string table
Benjamin Peterson
-1
/
+1
2019-08-26
perf tests: Fixes hang in zstd compression test by changing the source of ran...
James Clark
-1
/
+1
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
-13
/
+8
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
-0
/
+9
2019-08-26
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
-33
/
+50
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
-73
/
+107
[next]