Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
935f5a9d4500020879858c9224c98dfabf16101d
/
tools
/
perf
935f5a9
perf report: Fix a wrong offset issue when using /proc/kcore
by Jin Yao
· 7 years ago
44df1af
perf tools: Fix compile error with libunwind x86
by Wang Nan
· 7 years ago
e0337f4
perf test bpf: Hook on epoll_pwait()
by Arnaldo Carvalho de Melo
· 7 years ago
13cb2d0
perf test bpf: Use designated struct field initializers
by Arnaldo Carvalho de Melo
· 7 years ago
6703c97
perf test bpf: Improve message about expected samples
by Arnaldo Carvalho de Melo
· 7 years ago
5d4fd9c
perf tools: Auto-complete for events with ':'
by Jin Yao
· 7 years ago
34c16db
perf tools: Return all events as auto-completions after comma
by Jin Yao
· 7 years ago
74cd581
perf tool: Improve bash command line auto-complete for multiple events with comma
by Jin Yao
· 7 years ago
f1031c8
perf probe arm64: Fix symbol fixup issues due to ELF type
by Kim Phillips
· 7 years ago
ca80006
perf evsel: Enable ignore_missing_thread for pid option
by Mengting Zhang
· 7 years ago
a9a3f1d
perf s390: Always build with -fPIC
by Hendrik Brueckner
· 7 years ago
922991c
Revert "perf s390: Always build with -fPIC"
by Arnaldo Carvalho de Melo
· 7 years ago
69b5c95
perf test shell: Fix check open filename arg using 'perf trace'
by Michael Petlan
· 7 years ago
f9d8adb
perf evsel: Fix swap for samples with raw data
by Jiri Olsa
· 7 years ago
c588d15
perf probe: Support escaped character in parser
by Masami Hiramatsu
· 7 years ago
1e9f9e8
perf string: Add {strdup,strpbrk}_esc()
by Masami Hiramatsu
· 7 years ago
4b3a271
perf probe: Find versioned symbols from map
by Masami Hiramatsu
· 7 years ago
e63c625
perf probe: Add __return suffix for return events
by Masami Hiramatsu
· 7 years ago
a3110cd
perf probe: Cut off the version suffix from event name
by Masami Hiramatsu
· 7 years ago
9f5c6d8
perf probe: Add warning message if there is unexpected event name
by Masami Hiramatsu
· 7 years ago
4e8fbc1
perf env: Adopt perf_env__arch() from the annotate code
by Arnaldo Carvalho de Melo
· 7 years ago
3285deb
perf annotate: Use perf_env when obtaining the arch name
by Arnaldo Carvalho de Melo
· 7 years ago
5449f13
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
901bb02
perf trace: Use generated syscall table on s390 too
by Hendrik Brueckner
· 7 years ago
164a747
perf s390: Generate system call table from asm/unistd.h
by Hendrik Brueckner
· 7 years ago
7af7919
tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
by Hendrik Brueckner
· 7 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 7 years ago
378811ac
perf test: Handle properly readdir DT_UNKNOWN
by Jiri Olsa
· 7 years ago
06c3f2a
perf utils: Move is_directory() to path.h
by Jiri Olsa
· 7 years ago
2973455
perf stat: Resort '--per-thread' result
by Jin Yao
· 7 years ago
1d9f8d1
perf stat: Remove --per-thread pid/tid limitation
by Jin Yao
· 7 years ago
73c0ca1e
perf thread_map: Enumerate all threads from /proc
by Jin Yao
· 7 years ago
14e72a2
perf stat: Update or print per-thread stats
by Jin Yao
· 7 years ago
5673944
perf stat: Allocate shadow stats buffer for threads
by Jin Yao
· 7 years ago
6a1e2c5
perf stat: Remove a set of shadow stats static variables
by Jin Yao
· 7 years ago
e0128b3
perf stat: Print per-thread shadow stats
by Jin Yao
· 7 years ago
1fcd039
perf stat: Update per-thread shadow stats
by Jin Yao
· 7 years ago
8efb2df
perf stat: Create the runtime_stat init/exit function
by Jin Yao
· 7 years ago
49cd456
perf stat: Extend rbtree to support per-thread shadow stats
by Jin Yao
· 7 years ago
e5fcc2a
perf stat: Define a structure for per-thread shadow stats
by Jin Yao
· 7 years ago
faaf956
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
10b9baa
tools arch s390: Do not include header files from the kernel sources
by Arnaldo Carvalho de Melo
· 7 years ago
ca58d7e
perf jvmti: Generate correct debug information for inlined code
by Ben Gainey
· 7 years ago
61fb26a
perf tools: Fix up build in hardened environments
by Jiri Olsa
· 7 years ago
5cfee7a
perf tools: Use shell function for perl cflags retrieval
by Jiri Olsa
· 7 years ago
1d2a7de
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
e53000b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f5b5fab
x86/decoder: Fix and update the opcodes map
by Randy Dunlap
· 7 years ago
76523de
Merge tag 'v4.15-rc3' into perf/core, to refresh the tree
by Ingo Molnar
· 7 years ago
f971e51
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
by Mark Rutland
· 7 years ago
e9ef1fe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
d0300e5
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15
by Ingo Molnar
· 7 years ago
34c9ca3
tooling/headers: Synchronize updated s390 and x86 UAPI headers
by Ingo Molnar
· 7 years ago
d6eabce
Merge branch 'linus' into perf/urgent, to synchronize UAPI headers
by Ingo Molnar
· 7 years ago
0b72d69
perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record
by Wang Nan
· 7 years ago
7fb4b40
perf mmap: Don't discard prev in backward mode
by Wang Nan
· 7 years ago
71f566a
perf mmap: Fix perf backward recording
by Wang Nan
· 7 years ago
712d36d
perf report: Set browser mode right before setup_browser()
by Seokho Song
· 7 years ago
fbc2844
perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csv
by William Cohen
· 7 years ago
0125195
perf c2c: Add a tip about cacheline events
by Sangwon Hong
· 7 years ago
8eb7a1f
perf mmap: Remove overwrite and check_messup from mmap read
by Wang Nan
· 7 years ago
ca6a9a0
perf mmap: Remove overwrite from arguments list of perf_mmap__push
by Wang Nan
· 7 years ago
144b9a4
perf evlist: Remove evlist->overwrite
by Wang Nan
· 7 years ago
7a276ff
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex
by Wang Nan
· 7 years ago
f74b9d3a
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
by Wang Nan
· 7 years ago
c6707fd
perf tools: Fix up build in hardnened environments
by Jiri Olsa
· 7 years ago
de3d0f1
perf pmu: Add check for valid cpuid in perf_pmu__find_map()
by Ganapatrao Kulkarni
· 7 years ago
d396422
perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
by Ganapatrao Kulkarni
· 7 years ago
14b22ae
perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
by Ganapatrao Kulkarni
· 8 years ago
a81c421
perf s390: add regs_query_register_offset()
by Hendrik Brueckner
· 7 years ago
b57df28
perf tools arm64: Add support for get_cpuid_str function.
by Ganapatrao Kulkarni
· 7 years ago
54e32dc
perf pmu: Pass pmu as a parameter to get_cpuid_str()
by Ganapatrao Kulkarni
· 7 years ago
1dc4ddf
perf s390: Always build with -fPIC
by Hendrik Brueckner
· 7 years ago
8d3cd4c
perf thread_map: Add method to map all threads in the system
by Arnaldo Carvalho de Melo
· 7 years ago
b984aff
perf stat: Add rbtree node_delete op
by Jin Yao
· 7 years ago
33fec3e
perf rblist: Create rblist__exit() function
by Jin Yao
· 7 years ago
35a8a14
perf annotate: Fix objdump comment parsing for Intel mov dissassembly
by Thomas Richter
· 7 years ago
36c2636
perf annotate: Fix unnecessary memory allocation for s390x
by Thomas Richter
· 7 years ago
8085e5a
perf bench futex: Sync waker threads
by James Yang
· 7 years ago
25ab5ab
tools build feature: Check if pthread_barrier_t is available
by Arnaldo Carvalho de Melo
· 7 years ago
3b2323c
perf bench futex: Use cpumaps
by Davidlohr Bueso
· 7 years ago
c265329
perf intel-pt: Improve build messages for files that differ from the kernel
by Adrian Hunter
· 7 years ago
f250b09
perf report: Fix -D output for user metadata events
by Arnaldo Carvalho de Melo
· 7 years ago
2e38e66
perf buildid-cache: Document for Node.js USDT
by Hansuk Hong
· 7 years ago
4bd1bef
perf script: Allow computing 'perf stat' style metrics
by Andi Kleen
· 7 years ago
373565d
perf record: Synthesize thread map and cpu map
by Andi Kleen
· 7 years ago
bfd8f72
perf record: Synthesize unit/scale/... in event update
by Andi Kleen
· 7 years ago
4ca69ca
perf test: Disable test cases 19 and 20 on s390x
by Thomas Richter
· 7 years ago
3f27bb5
tools headers: Follow the upstream UAPI header version 100% differ from the kernel
by Ingo Molnar
· 7 years ago
e4f5714
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
1b3b521
tools headers: Syncronize mman.h ABI header
by Arnaldo Carvalho de Melo
· 7 years ago
51cacdc
perf intel-pt: Bring instruction decoder files into line with the kernel
by Adrian Hunter
· 7 years ago
9965484
perf test: Fix test 21 for s390x
by Thomas Richter
· 7 years ago
321a7c3
perf bench numa: Fixup discontiguous/sparse numa nodes
by Satheesh Rajendran
· 7 years ago
bdaab8c
perf top: Use signal interface for SIGWINCH handler
by Jiri Olsa
· 7 years ago
89d0aea
perf top: Fix window dimensions change handling
by Jiri Olsa
· 7 years ago
df7ccfa
perf top: Ignore kptr_restrict when not sampling the kernel
by Arnaldo Carvalho de Melo
· 7 years ago
b0ebd81
perf record: Ignore kptr_restrict when not sampling the kernel
by Arnaldo Carvalho de Melo
· 7 years ago
3f0a4c8
perf report: Ignore kptr_restrict when not sampling the kernel
by Arnaldo Carvalho de Melo
· 7 years ago
5b0d1cb
perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels
by Arnaldo Carvalho de Melo
· 7 years ago
Next »