Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d7f55c62e63461c4071afe8730851e406935d960
d7f55c6
perf trace: Switch to new perf_mmap__read_event() interface
by Kan Liang
· 7 years ago
53172f9
perf kvm: Switch to new perf_mmap__read_event() interface
by Kan Liang
· 7 years ago
ad46e48c
perf record: Fix crash in pipe mode
by Jiri Olsa
· 7 years ago
696703a
perf annotate: Find 'call' instruction target symbol at parsing time
by Arnaldo Carvalho de Melo
· 7 years ago
b09c236
perf record: Throttle user defined frequencies to the maximum allowed
by Arnaldo Carvalho de Melo
· 7 years ago
7831bf2
perf top: Allow asking for the maximum allowed sample rate
by Arnaldo Carvalho de Melo
· 7 years ago
a9980a6
perf top browser: Show sample_freq in browser title line
by Arnaldo Carvalho de Melo
· 7 years ago
6723047
perf record: Allow asking for the maximum allowed sample rate
by Arnaldo Carvalho de Melo
· 7 years ago
4f673368
perf tests: Rename trace+probe_libc_inet_pton to record+probe_libc_inet_pton
by Jiri Olsa
· 7 years ago
a18ee79
perf tests: Switch trace+probe_libc_inet_pton to use record
by Jiri Olsa
· 7 years ago
9c04409
perf annotate browser: Be more robust when drawing jump arrows
by Arnaldo Carvalho de Melo
· 7 years ago
ab6c79b
perf stat: Ignore error thread when enabling system-wide --per-thread
by Jin Yao
· 7 years ago
853745f
perf top: Fix annoying fallback message on older kernels
by Kan Liang
· 7 years ago
25f72f9
perf cgroup: Simplify arguments when tracking multiple events
by weiping zhang
· 7 years ago
42811d5
perf stat: Use xyarray dimensions to iterate fds
by Andi Kleen
· 7 years ago
de71128
perf kallsyms: Fix the usage on the man page
by Sangwon Hong
· 7 years ago
ddc4bec
Merge tag 'perf-core-for-mingo-4.17-20180220' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 7 years ago
66dfdff
perf tools: Add Python 3 support
by Jaroslav Škarvada
· 7 years ago
d2ed5d2
perf python: Make twatch.py work with both python2 and python3
by Arnaldo Carvalho de Melo
· 7 years ago
63cd02d
perf ftrace: Append an EOL when write tracing files
by Changbin Du
· 7 years ago
1d12cec
perf machine: Fix paranoid check in machine__set_kernel_mmap()
by Namhyung Kim
· 7 years ago
47812e0
perf s390: Fix reading cpuid model information
by Thomas Richter
· 7 years ago
11737ca
Merge tag 'perf-core-for-mingo-4.17-20180216' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 7 years ago
7057bb9
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
21316ac
perf tests shell lib: Use a wildcard to remove the vfs_getname probe
by Arnaldo Carvalho de Melo
· 7 years ago
0f19a03
perf test: Fix test case inet_pton to accept inlines.
by Thomas Richter
· 7 years ago
b3be39c
perf test: Fix test case 23 for s390 z/VM or KVM guests
by Thomas Richter
· 7 years ago
4cb7d3e
perf cpuid: Introduce a platform specific cpuid compare function
by Thomas Richter
· 7 years ago
c59124f
perf annotate: Scan cpuid for s390 and save machine type
by Thomas Richter
· 7 years ago
eca0fa2
perf record: Provide detailed information on s390 CPU
by Thomas Richter
· 7 years ago
4281da2
perf trace powerpc: Use generated syscall table
by Ravi Bangoria
· 7 years ago
8e2ff72
perf powerpc: Generate system call table from asm/unistd.h
by Ravi Bangoria
· 7 years ago
1350fb7
tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.h
by Ravi Bangoria
· 7 years ago
e3ebaa4
perf report: Fix memory corruption in --branch-history mode --branch-history
by Jiri Olsa
· 7 years ago
b40982e
perf report: Fix wrong jump arrow
by Jin Yao
· 7 years ago
fc2f523
perf report: Fix description for --mem-mode
by Andi Kleen
· 7 years ago
6673016
coresight: Update documentation for perf usage
by Robert Walker
· 7 years ago
256e751
perf inject: Emit instruction records on ETM trace discontinuity
by Robert Walker
· 7 years ago
e573e97
perf cs-etm: Inject capabilitity for CoreSight traces
by Robert Walker
· 7 years ago
7e99b19
perf mem: Document a missing option
by Sangwon Hong
· 7 years ago
577980a
perf kmem: Document a missing option & an argument
by Sangwon Hong
· 7 years ago
ac2c306
perf annotate: Add missing arguments in Man page
by Jaecheol Shin
· 7 years ago
796bfad
perf cs-etm: Properly deal with cpu maps
by Mathieu Poirier
· 7 years ago
d2785de
perf auxtrace arm: Fixing uninitialised variable
by Mathieu Poirier
· 7 years ago
147c508
perf tools: Use target->per_thread and target->system_wide flags
by Jin Yao
· 7 years ago
099c113
perf cs-etm: Freeing allocated memory
by Mathieu Poirier
· 7 years ago
ab6e9a9
perf tests: Use arch__compare_symbol_names to compare symbols
by Jiri Olsa
· 7 years ago
a73e24d
perf tools: Do not create kernel maps in sample__resolve()
by Jiri Olsa
· 7 years ago
e8f3879
perf machine: Remove machine__load_kallsyms()
by Jiri Olsa
· 7 years ago
1fb87b8
perf machine: Don't search for active kernel start in __machine__create_kernel_maps
by Jiri Olsa
· 7 years ago
05db6ff
perf machine: Generalize machine__set_kernel_mmap()
by Jiri Olsa
· 7 years ago
8c7f1bb
perf machine: Move kernel mmap name into struct machine
by Jiri Olsa
· 7 years ago
81f981d
perf machine: Free root_dir in machine__init() error path
by Jiri Olsa
· 7 years ago
c396296
perf symbols: Check if we read regular file in dso__load()
by Jiri Olsa
· 7 years ago
c53b4bb
tools lib symbol: Skip non-address kallsyms line
by Jiri Olsa
· 7 years ago
f1f8ad5
perf stat: Add support to print counts after a period of time
by yuzhoujian
· 7 years ago
db06a26
perf stat: Add support to print counts for fixed times
by yuzhoujian
· 7 years ago
ad52b8c
perf report: Add support to display group output for non group events
by Jiri Olsa
· 7 years ago
8614ada
perf report: Ask for ordered events for --tasks option
by Jiri Olsa
· 7 years ago
a7402c9
perf tools: Fix comment for sort__* compare functions
by Jiri Olsa
· 7 years ago
fdf7c49
perf tests: Fix dwarf unwind for stripped binaries
by Jiri Olsa
· 7 years ago
d9c5f32
tools lib api fs: Add sysfs__read_xll function
by Jiri Olsa
· 7 years ago
6baddfc
tools lib api fs: Add filename__read_xll function
by Jiri Olsa
· 7 years ago
3233b37
perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUND
by Jiri Olsa
· 7 years ago
c3dec27
perf record: Put new line after target override warning
by Jiri Olsa
· 7 years ago
297f923
kprobes: Propagate error from disarm_kprobe_ftrace()
by Jessica Yu
· 7 years ago
12310e34
kprobes: Propagate error from arm_kprobe_ftrace()
by Jessica Yu
· 7 years ago
3f9e646
Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
f1d0b4c
Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
by Hendrik Brueckner
· 7 years ago
690d22d
perf s390: Rework system call table creation by using syscall.tbl
by Hendrik Brueckner
· 7 years ago
baa6761
perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
by Hendrik Brueckner
· 7 years ago
f091f1d
tools/headers: Synchronize kernel ABI headers, v4.16-rc1
by Ingo Molnar
· 7 years ago
7a92453
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
by Thomas Richter
· 7 years ago
ba7e851
perf data: Document missing --force option
by Sangwon Hong
· 7 years ago
6677d26
perf tools: Substitute yet another strtoull()
by Andy Shevchenko
· 7 years ago
8cc42de
perf top: Check the latency of perf_top__mmap_read()
by Kan Liang
· 7 years ago
ebebbf0
perf top: Switch default mode to overwrite mode
by Kan Liang
· 7 years ago
a1ff5b0
perf top: Remove lost events checking
by Kan Liang
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 7 years ago
204721d
perf top: Add overwrite fall back
by Kan Liang
· 7 years ago
9a831b3
perf evsel: Expose the perf_missing_features struct
by Arnaldo Carvalho de Melo
· 7 years ago
63878a5
perf top: Check per-event overwrite term
by Kan Liang
· 7 years ago
3effc2f
perf mmap: Discard legacy interface for mmap read
by Kan Liang
· 7 years ago
600a7cf
perf test: Update mmap read functions for backward-ring-buffer test
by Kan Liang
· 7 years ago
7bb4597
perf mmap: Introduce perf_mmap__read_event()
by Kan Liang
· 7 years ago
ee023de
perf mmap: Introduce perf_mmap__read_done()
by Kan Liang
· 7 years ago
b4b036b
perf mmap: Discard 'prev' in perf_mmap__read()
by Kan Liang
· 7 years ago
189f2cc
perf mmap: Add new return value logic for perf_mmap__read_init()
by Kan Liang
· 7 years ago
8872481
perf mmap: Introduce perf_mmap__read_init()
by Kan Liang
· 7 years ago
f92c8cb
perf mmap: Cleanup perf_mmap__push()
by Kan Liang
· 7 years ago
dc6c35c
perf mmap: Recalculate size for overwrite mode
by Kan Liang
· 7 years ago
6888ff6
perf evlist: Remove stale mmap read for backward
by Kan Liang
· 7 years ago
0b7c152
perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
by William Cohen
· 7 years ago
e525de3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4667ca
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e486575
x86/entry/64: Fix CR3 restore in paranoid_exit()
by Ingo Molnar
· 7 years ago
24dbc60
x86/cpu: Change type of x86_cache_size variable to unsigned int
by Gustavo A. R. Silva
· 7 years ago
9de29ea
x86/spectre: Fix an error message
by Dan Carpenter
· 7 years ago
b399151
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
by Jia Zhang
· 7 years ago
961888b
selftests/x86/mpx: Fix incorrect bounds with old _sigfault
by Rui Wang
· 7 years ago
Next »