Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4a9a6c8d538eff6d627fa14409c7c25aff652541
/
tools
« Previous
ad9def7
perf sched: Simplify arguments to read_events
by David Ahern
· 11 years ago
9a6d316
perf kvm: Update documentation with live command
by David Ahern
· 11 years ago
70f7b4a
perf kvm: Option to print events that exceed a duration
by David Ahern
· 11 years ago
1148973
Merge branch 'master' into virtio-next
by Rusty Russell
· 11 years ago
cecb977
Revert "tools lib lk: Fix for cross build"
by Joonsoo Kim
· 11 years ago
8f76fcd
perf machine: Do not require /lib/modules/* on a guest
by Jason Wessel
· 11 years ago
c9ee780
perf tests: Add tests of new pinned modifier
by Michael Ellerman
· 11 years ago
e9a7c41
perf tools: Add support for pinned modifier
by Michael Ellerman
· 11 years ago
d50bf78
perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop
by Namhyung Kim
· 11 years ago
2e73f00
perf kvm stat report: Add option to analyze specific VM
by David Ahern
· 11 years ago
62d04db
perf kvm: Add min and max stats to display
by David Ahern
· 11 years ago
1afe1d1
perf kvm: Add live mode
by David Ahern
· 11 years ago
e30b88a
perf session: Export queue_event function
by David Ahern
· 11 years ago
e6f6538
perf annotate browser: Fix typo
by Ingo Molnar
· 11 years ago
fcd9fef
perf annotate browser: Improve description of '?' hotkey
by Arnaldo Carvalho de Melo
· 11 years ago
b178170
perf annotate: Add call target name if it is missing
by Adrian Hunter
· 11 years ago
484a5e7
perf annotate: Remove nop at end of annotation
by Adrian Hunter
· 11 years ago
34f77ab
perf annotate: Put dso name in symbol annotation title
by Adrian Hunter
· 11 years ago
bbb7f84
perf annotate: Allow disassembly using /proc/kcore
by Adrian Hunter
· 11 years ago
7a77bc2
perf tests: Add kcore to the object code reading test
by Adrian Hunter
· 11 years ago
82e75d0
perf tests: Adjust the vmlinux symtab matches kallsyms test again
by Adrian Hunter
· 11 years ago
8e0cf96
perf symbols: Add support for reading from /proc/kcore
by Adrian Hunter
· 11 years ago
0131c4e
perf tools: Make it possible to read object code from kernel modules
by Adrian Hunter
· 11 years ago
d380b34
perf tests: Adjust the vmlinux symtab matches kallsyms test
by Adrian Hunter
· 11 years ago
39b12f78
perf tools: Make it possible to read object code from vmlinux
by Adrian Hunter
· 11 years ago
5b7ba82
perf symbols: Load kernel maps before using
by Adrian Hunter
· 11 years ago
b55ae0a
perf tests: Add test for reading object code
by Adrian Hunter
· 11 years ago
3445432
perf symbols: avoid SyS kernel syscall aliases
by Adrian Hunter
· 11 years ago
2bbf03f
perf stat: Flush output after each line in interval mode
by Andi Kleen
· 11 years ago
4119168
perf stat: Add support for --initial-delay option
by Andi Kleen
· 11 years ago
e2407be
perf evsel: Add support for enabling counters
by Andi Kleen
· 11 years ago
5c6974f
perf evlist: Remove obsolete dummy execve
by Andi Kleen
· 11 years ago
8fdd84c
perf kvm: Split out tracepoints from record args
by David Ahern
· 11 years ago
9c50140
perf session: Export a few functions for event processing
by David Ahern
· 11 years ago
ffe4f3c
perf stats: Add max and min stats
by David Ahern
· 11 years ago
42ee8c6
perf top: move CONSOLE_CLEAR to header file
by David Ahern
· 11 years ago
3b47abe
perf util: Add parse_nsec_time() function
by Namhyung Kim
· 11 years ago
3223565
perf python: Remove duplicate TID bit from mask
by Arnaldo Carvalho de Melo
· 11 years ago
a14bb86
perf trace: Beautify 'connect' result
by Arnaldo Carvalho de Melo
· 11 years ago
602bab1b
perf tools: Fix compile of util/tsc.c
by David Ahern
· 11 years ago
251f426
perf evsel: Actually show symbol offset in stack trace when requested
by David Ahern
· 11 years ago
a9f93f9
perf tests: Add parse events tests for leader sampling
by Jiri Olsa
· 12 years ago
8404db6
perf tests: Add attr record group sampling test
by Jiri Olsa
· 12 years ago
3c17631
perf tools: Add 'S' event/group modifier to read sample value
by Jiri Olsa
· 12 years ago
e4caec0
perf evsel: Add PERF_SAMPLE_READ sample related processing
by Jiri Olsa
· 12 years ago
932a359
perf evlist: Add perf_evlist__id2sid method to get event ID related data
by Jiri Olsa
· 12 years ago
c4861af
perf evlist: Fix event ID retrieval for group format read case
by Jiri Olsa
· 12 years ago
9ede473
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
by Jiri Olsa
· 12 years ago
e2b5abe
perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id
by Jiri Olsa
· 13 years ago
d3b688c
Tools: hv: check return value of system in hv_kvp_daemon
by Olaf Hering
· 11 years ago
57969af
Tools: hv: in kvp_set_ip_info free mac_addr right after usage
by Olaf Hering
· 11 years ago
00663d7
Tools: hv: check return value of daemon to fix compiler warning.
by Olaf Hering
· 11 years ago
b4919a5
Tools: hv: fix send/recv buffer allocation
by Olaf Hering
· 11 years ago
9c5891bd
Merge 3.11-rc3 into char-misc-next.
by Greg Kroah-Hartman
· 11 years ago
d12e146
tools: hv: Check return value of setsockopt call
by Tomas Hozza
· 11 years ago
9561d47
tools: hv: Check return value of poll call
by Tomas Hozza
· 11 years ago
5c28926
tools: hv: Improve error logging in VSS daemon.
by Tomas Hozza
· 11 years ago
3bd5a5f
perf tools: Add test for converting perf time to/from TSC
by Adrian Hunter
· 11 years ago
f9ea55d
perf tools: Move weight back to common sort keys
by Andi Kleen
· 11 years ago
dbad418
perf tests: Add broken install-* tests into tests/make
by Jiri Olsa
· 11 years ago
c0ec110
perf tests: Add 'make install/install-bin' tests into tests/make
by Jiri Olsa
· 11 years ago
c931167
perf tests: Add DESTDIR=TMP_DEST tests/make variable
by Jiri Olsa
· 11 years ago
8ba7cde
perf tests: Rename TMP to TMP_O tests/make variable
by Jiri Olsa
· 11 years ago
0659e66
perf tests: Run ctags/cscope make tests only with needed binaries
by Jiri Olsa
· 11 years ago
575bf1d
perf tools: Fix build with perl 5.18
by Kirill A. Shutemov
· 11 years ago
99571ab
perf tools: Support callchain sorting based on addresses
by Andi Kleen
· 11 years ago
a198996
perf bench: Fix memcpy benchmark for large sizes
by Andi Kleen
· 11 years ago
2b821cc
perf evsel: Handle ENODEV on default cycles event
by David Ahern
· 11 years ago
2eaa1b4
perf script: Fix named threads support
by David Ahern
· 11 years ago
5a98213
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 11 years ago
2a08c3e
perf header: Recognize version number for perf data file
by Jiri Olsa
· 11 years ago
8d541e9
perf header: Introduce feat_offset into perf_header
by Jiri Olsa
· 11 years ago
944d62b
perf header: Remove attr_offset from perf_header
by Jiri Olsa
· 11 years ago
75211db
perf header: Remove data_offset seek as it's not needed
by Jiri Olsa
· 11 years ago
d433956
perf session: Use session->fd instead of passing fd as argument
by Jiri Olsa
· 11 years ago
8d76e18
perf tests: Check proper prev_state size for sched_switch tp
by Jiri Olsa
· 11 years ago
5698d2c
perf symbols: Do not apply symfs for an absolute vmlinux path
by Namhyung Kim
· 11 years ago
ab4ecda
perf tools: Fix 'make tools/perf'
by Robert Richter
· 11 years ago
ed4bb97
Tools: hv: KVP: Fix a bug in IPV6 subnet enumeration
by K. Y. Srinivasan
· 11 years ago
6065210
perf tools: Remove event types framework completely
by Jiri Olsa
· 11 years ago
30d3507
perf record: Remove event types pushing
by Jiri Olsa
· 11 years ago
44b3c57
perf tools: Remove event types from perf data file
by Jiri Olsa
· 11 years ago
5936678
perf timechart: Remove event types framework only user
by Jiri Olsa
· 11 years ago
c85cffa
perf timechart: Use traceevent lib event-parse.h include
by Jiri Olsa
· 11 years ago
927cfb9
tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.
by Rusty Russell
· 11 years ago
504ce60
virtio tools: add .gitignore
by Ramkumar Ramachandra
· 11 years ago
560ae37
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
be0e6d1
perf tools: Move hist_entry__period_snprintf into stdio code
by Jiri Olsa
· 12 years ago
5f3f8d3
perf diff: Add generic order option for compute sorting
by Jiri Olsa
· 12 years ago
ef358e6
perf diff: Making compute functions static
by Jiri Olsa
· 12 years ago
3a3beae
perf diff: Update perf diff documentation for multiple data comparison
by Jiri Olsa
· 12 years ago
22aeb7f
perf diff: Change diff command to work over multiple data files
by Jiri Olsa
· 12 years ago
c818b49
perf diff: Move columns into struct data__file
by Jiri Olsa
· 12 years ago
345dc0b
perf diff: Move diff related columns into diff command
by Jiri Olsa
· 12 years ago
1d81c7f
perf diff: Display data file info ahead of the diff output
by Jiri Olsa
· 12 years ago
e0af43d
perf hists: Marking dummy hists entries
by Jiri Olsa
· 12 years ago
9af303e
perf diff: Switching the base hists to be pairs head
by Jiri Olsa
· 12 years ago
ec30842
perf diff: Introducing diff_data object to hold files
by Jiri Olsa
· 12 years ago
2b8bfa6
perf tools: Centralize default columns init in perf_hpp__init
by Jiri Olsa
· 12 years ago
2c5d4b4
perf tools: Add struct perf_hpp_fmt into hpp callbacks
by Jiri Olsa
· 12 years ago
Next »