Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cb62c6f1f59232457414ecbbf2337a1cb67b4ce2
/
tools
cb62c6f
perf report: Implement perf.data record decompression
by Alexey Budankov
· 6 years ago
504c1ad
perf record: Implement -z,--compression_level[=<n>] option
by Alexey Budankov
· 6 years ago
61a7773
perf report: Add stub processing of compressed events for -D
by Alexey Budankov
· 6 years ago
ef78112
perf record: Implement compression for AIO trace streaming
by Alexey Budankov
· 6 years ago
5d7f411
perf record: Implement compression for serial trace streaming
by Alexey Budankov
· 6 years ago
f24c1d7
perf tools: Introduce Zstd streaming based compression API
by Alexey Budankov
· 6 years ago
51255a8
perf mmap: Implement dedicated memory buffer for data compression
by Alexey Budankov
· 6 years ago
42e1fd8
perf record: Implement COMPRESSED event record and its attributes
by Alexey Budankov
· 6 years ago
d3c8c08
perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics
by Alexey Budankov
· 6 years ago
5b6f5ae
perf build tests: Add NO_LIBZSTD=1 to make_minimal
by Arnaldo Carvalho de Melo
· 6 years ago
1df9d75
tools lib traceevent: Man pages for trace sequences APIs
by Tzvetomir Stoyanov
· 6 years ago
0133fc6
tools lib traceevent: Man pages for APIs used to extract common fields from a record
by Tzvetomir Stoyanov
· 6 years ago
73b6b47
tools lib traceevent: Man page for tep_parse_header_page()
by Tzvetomir Stoyanov
· 6 years ago
e57ea93
tools lib traceevent: Man pages for parse event APIs
by Tzvetomir Stoyanov
· 6 years ago
854d73c
tools lib traceevent: Man pages for event filter APIs
by Tzvetomir Stoyanov
· 6 years ago
e643920
tools lib traceevent: Man pages for event fields APIs
by Tzvetomir Stoyanov
· 6 years ago
95ec282
tools lib traceevent: Man page for tep_read_number_field()
by Tzvetomir Stoyanov
· 6 years ago
6dfe684
tools lib traceevent: Man pages for print field APIs
by Tzvetomir Stoyanov
· 6 years ago
96e75ef
tools lib traceevent: Man pages for get field value APIs
by Tzvetomir Stoyanov
· 6 years ago
0b51220
tools lib traceevent: Man pages for find field APIs
by Tzvetomir Stoyanov
· 6 years ago
747e942
tools lib traceevent: Man pages for libtraceevent event get APIs
by Tzvetomir Stoyanov
· 6 years ago
7935c31
tools lib traceevent: Man page for list events APIs
by Tzvetomir Stoyanov
· 6 years ago
86e8076
tools lib traceevent: Man pages for event find APIs
by Tzvetomir Stoyanov
· 6 years ago
c76c224
tools lib traceevent: Man page for tep_read_number()
by Tzvetomir Stoyanov
· 6 years ago
10e6797
tools lib traceevent: Man pages for registering print function
by Tzvetomir Stoyanov
· 6 years ago
c818e2d
tools lib traceevent: Man pages for function related libtraceevent APIs
by Tzvetomir Stoyanov
· 6 years ago
db5570e
tools lib traceevent: Man pages for event handler APIs
by Tzvetomir Stoyanov
· 6 years ago
c127ef5
tools lib traceevent: Man page for tep_strerror()
by Tzvetomir Stoyanov
· 6 years ago
71ee989
tools lib traceevent: Man page for page size APIs
by Tzvetomir Stoyanov
· 6 years ago
802e985
tools lib traceevent: Man page for host endian APIs
by Tzvetomir Stoyanov
· 6 years ago
9571f73
tools lib traceevent: Man page for file endian APIs
by Tzvetomir Stoyanov
· 6 years ago
ba28fab
tools lib traceevent: Man page for get/set cpus APIs
by Tzvetomir Stoyanov
· 6 years ago
3d2626b
tools lib traceevent: Man page for header_page APIs
by Tzvetomir Stoyanov
· 6 years ago
680ca34
tools lib traceevent: Man pages for tep_handler related APIs
by Tzvetomir Stoyanov
· 6 years ago
f7dff58
tools lib traceevent: Add support for man pages with multiple names
by Tzvetomir Stoyanov
· 6 years ago
dc7fd7b
tools lib traceevent: Introduce man pages
by Tzvetomir Stoyanov
· 6 years ago
30ba5b0
perf machine: Null-terminate version char array upon fgets(/proc/version) error
by Donald Yandt
· 6 years ago
bf6d18c
perf vendor events intel: Add uncore_upi JSON support
by Kan Liang
· 6 years ago
b62d18a
perf scripts python: exported-sql-viewer.py: Add 'About' dialog box
by Adrian Hunter
· 6 years ago
9bc4e4b
perf scripts python: exported-sql-viewer.py: Add context menu
by Adrian Hunter
· 6 years ago
96c43b9
perf scripts python: exported-sql-viewer.py: Add copy to clipboard
by Adrian Hunter
· 6 years ago
3ac641f
perf scripts python: exported-sql-viewer.py: Add tree level
by Adrian Hunter
· 6 years ago
4b20845
perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font
by Adrian Hunter
· 6 years ago
be6e747
perf scripts python: exported-sql-viewer.py: Move view creation
by Adrian Hunter
· 6 years ago
ca138a7
perf tools x86: Add support for recording and printing XMM registers
by Andi Kleen
· 6 years ago
4c1cf20
perf parse-regs: Improve error output when faced with unknown register name
by Arnaldo Carvalho de Melo
· 6 years ago
8e5bc76
perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs
by Arnaldo Carvalho de Melo
· 6 years ago
c9a7078
tools pci: Do not delete pcitest.sh in 'make clean'
by Arnaldo Carvalho de Melo
· 6 years ago
0ceb549
tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sources
by Arnaldo Carvalho de Melo
· 6 years ago
f98f10f
tools arch uapi: Sync the x86 kvm.h copy
by Arnaldo Carvalho de Melo
· 6 years ago
a021b54
tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
by Arnaldo Carvalho de Melo
· 6 years ago
382619c
perf tools: Speed up report for perf compiled with linwunwind
by Jiri Olsa
· 6 years ago
53dbabf
tools lib traceevent: Remove hard coded install paths from pkg-config file
by Tzvetomir Stoyanov
· 6 years ago
b399ec2
csky: Add support for libdw
by Mao Han
· 6 years ago
1455ea23
perf test: Fix spelling mistake "leadking" -> "leaking"
by Colin Ian King
· 6 years ago
bdd1666
perf annotate: Remove hist__account_cycles() from callback
by Jin Yao
· 6 years ago
59df1c2
Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
14be4c6
Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
90489a7
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5ba2a4b
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6ec6296
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
317e2ca
Merge branch 'acpica'
by Rafael J. Wysocki
· 6 years ago
7178fb0
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
aa1be08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
7e221b8
perf tools: Remove needless asm/unistd.h include fixing build in some places
by Arnaldo Carvalho de Melo
· 6 years ago
18f90d3
tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv
by Arnaldo Carvalho de Melo
· 6 years ago
c638417
tools build: Add -ldl to the disassembler-four-args feature test
by Arnaldo Carvalho de Melo
· 6 years ago
35bb59c
perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
by Leo Yan
· 6 years ago
cf0c37b
perf cs-etm: Don't check cs_etm_queue::prev_packet validity
by Leo Yan
· 6 years ago
167e418
perf report: Report OOM in status line in the GTK UI
by Thomas Richter
· 6 years ago
bf561d3
perf bench numa: Add define for RUSAGE_THREAD if not present
by Arnaldo Carvalho de Melo
· 6 years ago
5f05182
tools lib traceevent: Change tag string for error
by Leo Yan
· 6 years ago
01e985e
perf annotate: Fix build on 32 bit for BPF annotation
by Thadeu Lima de Souza Cascardo
· 6 years ago
24e45b4
tools uapi x86: Sync vmx.h with the kernel
by Arnaldo Carvalho de Melo
· 6 years ago
2e71267
perf bpf: Return value with unlocking in perf_env__find_btf()
by Bo YU
· 6 years ago
ea98667
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
f68d7c4
selftests: fib_rule_tests: print the result and return 1 if any tests failed
by Hangbin Liu
· 6 years ago
15d55ba
selftests: fib_rule_tests: Fix icmp proto with ipv6
by David Ahern
· 6 years ago
eba3afd
KVM: selftests: make hyperv_cpuid test pass on AMD
by Vitaly Kuznetsov
· 6 years ago
76d58e0
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
by Paolo Bonzini
· 6 years ago
83a5084
Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
ad759c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
6dd7f14
selftests/bpf: test cases for pkt/null checks in subprogs
by Paul Chaignon
· 6 years ago
3939137
libbpf: add binary to gitignore
by Matteo Croce
· 6 years ago
8694d8c
tools: bpftool: fix infinite loop in map create
by Alban Crequy
· 6 years ago
4ee0776
selftests/seccomp: Prepare for exclusive seccomp flags
by Kees Cook
· 6 years ago
cd8dead
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
acced9d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
8c03557
selftests/net: correct the return value for run_afpackettests
by Po-Hsu Lin
· 6 years ago
b25c69b
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
30c04d7
selftests/net: correct the return value for run_netsocktests
by Po-Hsu Lin
· 6 years ago
68545aa
proc: fixup proc-pid-vm test
by Alexey Dobriyan
· 6 years ago
8cd40d1
proc: fix map_files test on F29
by Alexey Dobriyan
· 6 years ago
94e4dcc
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
2db7b1e
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()
by Jiri Olsa
· 6 years ago
b9abbdf
perf tools: Fix map reference counting
by Jiri Olsa
· 6 years ago
adc6257
perf evlist: Fix side band thread draining
by Jiri Olsa
· 6 years ago
a93e0b2
perf tools: Check maps for bpf programs
by Song Liu
· 6 years ago
aa52660
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_info()
by Jiri Olsa
· 6 years ago
2a3a028
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
Next »