Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
410024dbbcb1df5b8140a812b4f1a4dbd62ef924
/
tools
410024d
perf report: Add branch flag to callchain cursor node
by Jin Yao
· 8 years ago
08d090c
perf config: Mark where are config items from (user or system)
by Taeung Song
· 8 years ago
c6fc018
perf config: Add support setting variables in a config file
by Taeung Song
· 8 years ago
3666279
perf config: Validate config variable arguments before trying use them
by Taeung Song
· 8 years ago
9092360
perf config: Add support for getting config key-value pairs
by Taeung Song
· 8 years ago
8c9c3d2
perf kvmti: Remove unused Makefile file
by Jiri Olsa
· 8 years ago
d4dfdf0
perf jvmti: Plug compilation into perf build
by Jiri Olsa
· 8 years ago
285932a
tools build: Add jvmti feature detection support
by Jiri Olsa
· 8 years ago
2ec8107
tools build: Add CFLAGS_REMOVE_* support
by Jiri Olsa
· 8 years ago
699c12a
perf intel-pt: Update documentation about context switch events
by Arnaldo Carvalho de Melo
· 8 years ago
c56cb33
perf callchain: Fixup help/config for no-unwinding
by Rabin Vincent
· 8 years ago
46cb25b
perf tools: Add missing object file to the python binding linkage list
by Arnaldo Carvalho de Melo
· 8 years ago
9a8860b
perf scripting: Don't die if scripting can't be setup, disable it
by Arnaldo Carvalho de Melo
· 8 years ago
cf346d5
perf scripting: Avoid leaking the scripting_context variable
by Arnaldo Carvalho de Melo
· 8 years ago
ca7202b
perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)
by Arnaldo Carvalho de Melo
· 8 years ago
0fb75c8
tools: Update asm-generic/mman-common.h copy from the kernel
by Arnaldo Carvalho de Melo
· 8 years ago
e0c4758
perf bench mem: Ignore export.h related changes to mem{cpy,set}.S
by Arnaldo Carvalho de Melo
· 8 years ago
67bdc35
perf list: Support matching by topic
by Andi Kleen
· 8 years ago
99620a5
perf tools: Introduce timestamp__scnprintf_usec()
by Namhyung Kim
· 8 years ago
e107f12
perf sched map: Always show task comm with -v
by Namhyung Kim
· 8 years ago
1208bb2
perf sched map: Apply cpu color when there's an activity
by Namhyung Kim
· 8 years ago
77f02f4
perf sched: Make common options cascading
by Namhyung Kim
· 8 years ago
369a247
tools lib subcmd: Suppport cascading options
by Namhyung Kim
· 8 years ago
8a06b0b
perf hist browser: Fix hierarchy column counts
by Namhyung Kim
· 8 years ago
60758d6
perf bench futex: Sanitize numeric parameters
by Davidlohr Bueso
· 8 years ago
e2e1680
perf bench futex: Avoid worker cacheline bouncing
by Davidlohr Bueso
· 8 years ago
04b553a
perf coresight: Removing miscellaneous debug output
by Mathieu Poirier
· 8 years ago
38d14f0
perf list: Make vendor event matching case insensitive
by Andi Kleen
· 8 years ago
ecf1e22
perf trace: Use the syscall raw_syscalls:sys_enter timestamp
by Arnaldo Carvalho de Melo
· 8 years ago
1f36946
perf trace: Remove thread_trace->exit_time
by Arnaldo Carvalho de Melo
· 8 years ago
34b7530
perf bench futex: Cache align the worker struct
by Sebastian Andrzej Siewior
· 8 years ago
8997350
perf tools: Use normal error reporting when processing PERF_RECORD_READ events
by Arnaldo Carvalho de Melo
· 8 years ago
e7b32d1
perf tools: Normalize sq_quote_argv() error reporting
by Arnaldo Carvalho de Melo
· 8 years ago
47b5757
perf bench mem: Move boilerplate memory allocation to the infrastructure
by Arnaldo Carvalho de Melo
· 8 years ago
e36b782
perf trace: Implement --delay
by Alexis Berlemont
· 8 years ago
21e8c81
perf hists browser: Dynamically change verbosity level
by Alexis Berlemont
· 8 years ago
042cfb5
perf tools: Fix typo "No enough" to "Not enough"
by Alexander Alemayhu
· 8 years ago
fb96706
perf pmu: Only print Using CPUID message once
by Andi Kleen
· 8 years ago
b3151ea
perf jit: Add jitdump format specification document
by Stephane Eranian
· 8 years ago
6760d77
perf jit: Check JITHEADER_VERSION
by Stefano Sanfilippo
· 8 years ago
086f9f3
perf jit: Generate .eh_frame/.eh_frame_hdr in DSO
by Stefano Sanfilippo
· 8 years ago
0284fec
perf jit: Add unwinding support
by Stefano Sanfilippo
· 8 years ago
eac05af
perf jit: Do not assume pgoff is zero
by Stefano Sanfilippo
· 8 years ago
7354ec7
perf jit: Make perf skip unknown records
by Stefano Sanfilippo
· 8 years ago
13b9012
perf jit: Remove unecessary padding in jitdump file
by Stephane Eranian
· 8 years ago
621cb4e
perf jit: Enable jitdump support without dwarf
by Maciej Debski
· 8 years ago
cdd75e3
perf jit: Improve error messages from JVMTI
by Stephane Eranian
· 8 years ago
5fef5f3
perf jit: Add NT_GNU_BUILD_ID definition for older distros
by Arnaldo Carvalho de Melo
· 8 years ago
ef2c3e7
perf jit: Avoid returning garbage for a ret variable
by Arnaldo Carvalho de Melo
· 8 years ago
ac12f67
perf tools: Implement branch_type event parameter
by Andi Kleen
· 8 years ago
84ee74a
perf record: Improve documentation of event parameters
by Andi Kleen
· 8 years ago
0c2aff4
perf header: Display feature name on write failure
by Jiri Olsa
· 8 years ago
aabae16
perf header: Display missing features
by Jiri Olsa
· 8 years ago
f45f561
perf report: Move captured info to generic header info
by Jiri Olsa
· 8 years ago
02bc11d
tools lib: Add for_each_clear_bit macro
by Jiri Olsa
· 8 years ago
fe31672
tools lib traceevent: Add version for traceevent shared object
by Jiri Olsa
· 8 years ago
39944a7
tools lib traceevent: Rename LIB_FILE to LIB_TARGET
by Jiri Olsa
· 8 years ago
c121bdb
tools lib traceevent: Add do_install_mkdir Makefile function
by Jiri Olsa
· 8 years ago
722a498
tools lib traceevent: Add install_headers target
by Jiri Olsa
· 9 years ago
b4974b4
perf tools: Sync copy of x86's syscall table
by Arnaldo Carvalho de Melo
· 8 years ago
224e2c9
perf script: Support insn and insnlen
by Andi Kleen
· 8 years ago
faaa876
perf intel-pt/bts: Report instruction bytes and length in sample
by Andi Kleen
· 8 years ago
32f98aa
perf intel-pt/bts: Tidy instruction buffer size usage
by Adrian Hunter
· 8 years ago
af09b2d
perf c2c report: Add --show-all option
by Jiri Olsa
· 8 years ago
18f278d
perf c2c report: Add --no-source option
by Jiri Olsa
· 8 years ago
465f27a
perf c2c: Add man page and credits
by Jiri Olsa
· 8 years ago
9a406eb
perf c2c report: Add help windows
by Jiri Olsa
· 8 years ago
1a56a42
perf c2c report: Iterate node display in browser
by Jiri Olsa
· 9 years ago
590b6a3
perf c2c report: Add support to manage symbol name length
by Jiri Olsa
· 9 years ago
bb342da
perf c2c report: Add cacheline index entry
by Jiri Olsa
· 9 years ago
25aa84e
perf c2c report: Recalc width of global sort entries
by Jiri Olsa
· 9 years ago
fc9c630
perf c2c report: Allow to set cacheline sort fields
by Jiri Olsa
· 9 years ago
55b9577
perf c2c report: Add support to choose local HITMs
by Jiri Olsa
· 9 years ago
9857b71
perf c2c report: Limit the cachelines table entries
by Jiri Olsa
· 8 years ago
dd80576
perf c2c report: Allow to report callchains
by Jiri Olsa
· 9 years ago
2709b97
perf c2c report: Add c2c related stats stdio output
by Jiri Olsa
· 8 years ago
7ef2efa
perf c2c report: Add shared cachelines stats stdio output
by Jiri Olsa
· 9 years ago
74c63a2
perf c2c report: Add global stats stdio output
by Jiri Olsa
· 9 years ago
f1c5fd4
perf c2c report: Add TUI cacheline browser
by Jiri Olsa
· 9 years ago
5a1a99c
perf c2c report: Add main TUI browser
by Jiri Olsa
· 9 years ago
2d388bd
perf c2c report: Add stdio output support
by Jiri Olsa
· 9 years ago
22dd59d
perf c2c report: Set final resort fields
by Jiri Olsa
· 9 years ago
1d62fcd
perf c2c report: Setup number of header lines for hists
by Jiri Olsa
· 9 years ago
89d9ba8f
perf c2c report: Add src line sort key
by Jiri Olsa
· 9 years ago
b6fe2bb
perf c2c report: Add 'cpucnt' sort key
by Jiri Olsa
· 9 years ago
92062d5
perf c2c report: Add stats related sort keys
by Jiri Olsa
· 9 years ago
1e181b9
perf c2c report: Add 'node' sort key
by Jiri Olsa
· 9 years ago
51dedaa
perf c2c report: Add 'symbol' and 'dso' sort keys
by Jiri Olsa
· 9 years ago
e87019c
perf c2c report: Add 'tid' sort key
by Jiri Olsa
· 9 years ago
36d3deb
perf c2c report: Add 'pid' sort key
by Jiri Olsa
· 9 years ago
6c70f54
perf c2c report: Add dram related sort keys
by Jiri Olsa
· 9 years ago
9cb3500
perf c2c report: Add hitm/store percent related sort keys
by Jiri Olsa
· 9 years ago
f0c50c1
perf c2c report: Add hitm percent sort key
by Jiri Olsa
· 9 years ago
55177c4
perf c2c report: Add total loads sort key
by Jiri Olsa
· 9 years ago
01b84d7
perf c2c report: Add total record sort key
by Jiri Olsa
· 9 years ago
04402d2
perf c2c report: Add llc load miss dimension key
by Jiri Olsa
· 9 years ago
4d08910
perf c2c report: Add llc and remote loads related dimension keys
by Jiri Olsa
· 9 years ago
1295f68
perf c2c report: Add loads related dimension keys
by Jiri Olsa
· 9 years ago
0f18896
perf c2c report: Add stores related dimension keys
by Jiri Olsa
· 9 years ago
97cb486
perf c2c report: Add hitm related dimension keys
by Jiri Olsa
· 9 years ago
Next »