Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8c7274691f0de5fb56f3b9fe9208ce7e515a2d2c
8c72746
perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
by Kyle Meyer
· 5 years ago
7df4e36
perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
by Kyle Meyer
· 5 years ago
92b5a15
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
by Kyle Meyer
· 5 years ago
f78f966
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
by Kyle Meyer
· 5 years ago
0ac1dd5
perf timechart: Refactor svg_build_topology_map()
by Kyle Meyer
· 5 years ago
67260e8
perf c2c: Display proper cpu count in nodes column
by Jiri Olsa
· 5 years ago
39c2ca4
Merge tag 'perf-core-for-mingo-5.4-20190829' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
301011b
tools lib traceevent: Remove unneeded qsort and uses memmove instead
by Steven Rostedt (VMware)
· 5 years ago
b0215e2
tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
by Steven Rostedt (VMware)
· 5 years ago
b397f84
perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
by Arnaldo Carvalho de Melo
· 5 years ago
653dd8e
libperf: Move 'enum perf_user_event_type' to perf/event.h
by Jiri Olsa
· 5 years ago
7293237
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
by Jiri Olsa
· 5 years ago
7510410
libperf: Add 'union perf_event' to perf/event.h
by Jiri Olsa
· 5 years ago
f5f6843
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
by Jiri Olsa
· 5 years ago
1b8896f
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
by Jiri Olsa
· 5 years ago
bfd922d
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
by Jiri Olsa
· 5 years ago
782adbe
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
by Jiri Olsa
· 5 years ago
18a13a6
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
by Jiri Olsa
· 5 years ago
c5f416e
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
by Jiri Olsa
· 5 years ago
3e4c453
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
by Jiri Olsa
· 5 years ago
6b49aae
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
by Jiri Olsa
· 5 years ago
f279ad6
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/event.h
by Jiri Olsa
· 5 years ago
aedebdc
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
by Jiri Olsa
· 5 years ago
3460efb
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf/event.h
by Jiri Olsa
· 5 years ago
306c9d2
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
by Jiri Olsa
· 5 years ago
9a8dad0
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h
by Jiri Olsa
· 5 years ago
fecb410
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
by Jiri Olsa
· 5 years ago
ffd337b
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
by Jiri Olsa
· 5 years ago
4fd7a4d
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to perf/event.h
by Jiri Olsa
· 5 years ago
0f5b1a2
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/event.h
by Jiri Olsa
· 5 years ago
5ded068
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h
by Jiri Olsa
· 5 years ago
78e5ea1
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
by Jiri Olsa
· 5 years ago
c78ad99
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
by Jiri Olsa
· 5 years ago
be5863b
perf top: Fix event group with more than two events
by Namhyung Kim
· 5 years ago
ea4385f
perf top: Decay all events in the evlist
by Namhyung Kim
· 5 years ago
630aec1
perf clang: Delete needless util-cxx.h header
by Arnaldo Carvalho de Melo
· 5 years ago
2da39f1
perf evlist: Remove needless util.h from evlist.h
by Arnaldo Carvalho de Melo
· 5 years ago
efa73d3
perf tools: Remove needless util.h include from builtin.h
by Arnaldo Carvalho de Melo
· 5 years ago
d06e5fa
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
by Igor Lubashev
· 5 years ago
8859aed
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
by Igor Lubashev
· 5 years ago
aa97293
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
by Igor Lubashev
· 5 years ago
dda1bf8
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
by Igor Lubashev
· 5 years ago
e9a6882
perf event: Check ref_reloc_sym before using it
by Igor Lubashev
· 5 years ago
0a56e06
perf arch powerpc: Sync powerpc syscall.tbl
by Naveen N. Rao
· 5 years ago
42880f7
perf/x86/intel: Support PEBS output to PT
by Alexander Shishkin
· 5 years ago
ab43762
perf: Allow normal events to output AUX data
by Alexander Shishkin
· 5 years ago
794b8be
Merge tag 'perf-core-for-mingo-5.4-20190826' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 5 years ago
74a1e86
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
by Arnaldo Carvalho de Melo
· 5 years ago
3f604b5
perf tool: Rename perf_tool::bpf_event to bpf
by Arnaldo Carvalho de Melo
· 5 years ago
6a1b359
perf tools: Rename perf_event::bpf_event to perf_event::bpf
by Arnaldo Carvalho de Melo
· 5 years ago
ebdba16
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
by Arnaldo Carvalho de Melo
· 5 years ago
69d81f0
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
by Arnaldo Carvalho de Melo
· 5 years ago
b1fcd19
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
by Jiri Olsa
· 5 years ago
b1b5101
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
by Jiri Olsa
· 5 years ago
f15e3c2
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
by Jiri Olsa
· 5 years ago
003c66f
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
by Jiri Olsa
· 5 years ago
213a6c1
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
by Jiri Olsa
· 5 years ago
a2e254d
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h
by Jiri Olsa
· 5 years ago
5290ed6
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
by Jiri Olsa
· 5 years ago
bceb59b
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
by Jiri Olsa
· 5 years ago
19d1765
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
by Jiri Olsa
· 5 years ago
002dda3
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
by Jiri Olsa
· 5 years ago
b66ced1
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
by Jiri Olsa
· 5 years ago
1345e2e
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
by Jiri Olsa
· 5 years ago
3b4acbb9
perf script: Fix memory leaks in list_scripts()
by Gustavo A. R. Silva
· 6 years ago
3dab6ac
perf report: Fix --ns time sort key output
by Andi Kleen
· 5 years ago
092804a
perf report: Use timestamp__scnprintf_nsec() for time sort key
by Andi Kleen
· 5 years ago
b4de344
perf tools: Remove duplicate headers
by Souptick Joarder
· 5 years ago
e051c2f
perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
by Arnaldo Carvalho de Melo
· 5 years ago
c265784
perf augmented_raw_syscalls: Introduce helper to get the scratch space
by Arnaldo Carvalho de Melo
· 5 years ago
0112806
perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
by Arnaldo Carvalho de Melo
· 5 years ago
2ad926d
perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
by Arnaldo Carvalho de Melo
· 5 years ago
b92675f
perf trace beauty ioctl: Fix off-by-one error in cmd->string table
by Benjamin Peterson
· 5 years ago
d93fc7a
perf tests: Fixes hang in zstd compression test by changing the source of random data
by James Clark
· 5 years ago
185bcb9
perf sort: Remove needless headers from sort.h, provide fwd struct decls
by Arnaldo Carvalho de Melo
· 5 years ago
97b9d86
perf srcline: Add missing srcline.h header to files needing its defs
by Arnaldo Carvalho de Melo
· 5 years ago
1250090
perf cacheline: Move cacheline related routines to separate files
by Arnaldo Carvalho de Melo
· 5 years ago
aeb00b1
perf record: Move record_opts and other record decls out of perf.h
by Arnaldo Carvalho de Melo
· 5 years ago
38b7b67
perf stat: Remove needless headers from stat.h
by Arnaldo Carvalho de Melo
· 5 years ago
29e3311
perf cpumap: No need to include perf.h, ditch it
by Arnaldo Carvalho de Melo
· 5 years ago
39152ee
perf/x86/intel/pt: Get rid of reverse lookup table for ToPA
by Alexander Shishkin
· 5 years ago
91feca5
perf/x86/intel/pt: Free up space in a ToPA descriptor
by Alexander Shishkin
· 5 years ago
38bb8d7
perf/x86/intel/pt: Split ToPA metadata and page layout
by Alexander Shishkin
· 5 years ago
539f7c2
perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculation
by Alexander Shishkin
· 5 years ago
fffec50
perf/x86/intel/pt: Use helpers to obtain ToPA entry size
by Alexander Shishkin
· 5 years ago
90583af
perf/x86/intel/pt: Clean up ToPA allocation path
by Alexander Shishkin
· 5 years ago
8db5957
Merge tag 'v5.3-rc6' into perf/core, to pick up fixes
by Ingo Molnar
· 5 years ago
a55aa89
Linux 5.3-rc6
by Linus Torvalds
· 5 years ago
c749088
Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linux
by Linus Torvalds
· 5 years ago
32ae83f
Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 5 years ago
94a76d9
Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
146c3d3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
5a13fc3
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
8a04c2e
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
05bbb93
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
44c471e
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
f47edb5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
e67095f
Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 5 years ago
00fb24a
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
by Andrey Ryabinin
· 5 years ago
701d678
mm/zsmalloc.c: fix race condition in zs_destroy_pool
by Henry Burns
· 5 years ago
Next »