Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
21ef97f05a7da5bc23b26cb34d6746f83ca9bf20
/
tools
/
perf
21ef97f
perf session: Fallback to unordered processing if no sample_id_all
by Ian Munsie
· 14 years ago
006b20f
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
ddbc24b
perf session: Remove unneeded dump_printf calls
by Arnaldo Carvalho de Melo
· 14 years ago
ba74f06
perf session: Split out user event processing
by Thomas Gleixner
· 14 years ago
3dfc2c0
perf session: Split out sample preprocessing
by Thomas Gleixner
· 14 years ago
532e726
perf session: Move dump code to event delivery path
by Thomas Gleixner
· 14 years ago
f74725d
perf session: Add file_offset to event delivery function
by Thomas Gleixner
· 14 years ago
e4c2df1
perf session: Store file offset in sample_queue
by Thomas Gleixner
· 14 years ago
9aefcab
perf session: Consolidate the dump code
by Thomas Gleixner
· 14 years ago
79a14c1
perf session: Dont queue events w/o timestamps
by Thomas Gleixner
· 14 years ago
3835bc0
perf event: Prevent unbound event__name array access
by Thomas Gleixner
· 14 years ago
b226a5a7
perf report: Allow user to specify path to kallsyms file
by David Ahern
· 14 years ago
b38aa89
perf makefile: Allow strong and weak functions in LIB_OBJS
by Ian Munsie
· 14 years ago
18483b8
perf record: Fix eternal wait for stillborn child
by Arnaldo Carvalho de Melo
· 14 years ago
ce47dc5
perf tools: Catch a few uncheck calloc/malloc's
by Chris Samuel
· 14 years ago
965bb6b
perf script: Fix compiler warning in builtin_script.c:is_top_script()
by Stephane Eranian
· 14 years ago
cbf4164
perf session: Sort all events if ordered_samples=true
by Thomas Gleixner
· 14 years ago
e4e18d5
perf options: add OPT_CALLBACK_DEFAULT_NOOPT
by Akihiro Nagai
· 14 years ago
1437a30
perf hist: Better displaying of unresolved DSOs and symbols
by Ian Munsie
· 14 years ago
9c90a61
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
by Arnaldo Carvalho de Melo
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
e4b546a
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
by Ingo Molnar
· 14 years ago
d7470b6
perf stat: Add csv-style output
by Stephane Eranian
· 14 years ago
201e0b0
perf stat: Use --big-num format by default
by Arnaldo Carvalho de Melo
· 14 years ago
8c20769
perf stat: Document missing options
by Shawn Bohrer
· 14 years ago
f68d6bd
perf test: Fix spelling mistake in documentation
by Shawn Bohrer
· 14 years ago
646420f
perf trace: Document missing options
by Shawn Bohrer
· 14 years ago
2e7a988
perf top: Document missing options
by Shawn Bohrer
· 14 years ago
1eacc94
perf sched: Document missing options
by Shawn Bohrer
· 14 years ago
e04fffc
perf report: Document missing options
by Shawn Bohrer
· 14 years ago
08dbd7e
perf record: Document missing options
by Shawn Bohrer
· 14 years ago
9d5b7f5
perf probe: Fix spelling mistake in documentation
by Shawn Bohrer
· 14 years ago
4aace25
perf lock: Document missing options
by Shawn Bohrer
· 14 years ago
5c0ef0a
perf kvm: Document missing options
by Shawn Bohrer
· 14 years ago
5ea4f85
perf diff: Document missing options
by Shawn Bohrer
· 14 years ago
3429555
perf diff: Fix displacement and modules options short flag
by Shawn Bohrer
· 14 years ago
b6a535d
perf buildid-list: Document missing options
by Shawn Bohrer
· 14 years ago
1968ad9
perf annotate: Document missing options.
by Shawn Bohrer
· 14 years ago
b3d006c
Merge branch 'perf/rename' into perf/core
by Ingo Molnar
· 14 years ago
4c635a4
perf tools: fix event parsing of comma-separated tracepoint events
by Corey Ashford
· 14 years ago
3e8e24f
perf packaging: add memcpy to perf MANIFEST
by Don Zickus
· 14 years ago
5b1c144
perf debug: Simplify trace_event
by Arnaldo Carvalho de Melo
· 14 years ago
5c891f3
perf session: Allocate chunks of sample objects
by Thomas Gleixner
· 14 years ago
020bb75
perf session: Cache sample objects
by Thomas Gleixner
· 14 years ago
fe17420
perf session: Keep file mmaped instead of malloc/memcpy
by Thomas Gleixner
· 14 years ago
55b4462
perf session: Use sensible mmap size
by Thomas Gleixner
· 14 years ago
d651328
perf session: Simplify termination checks
by Thomas Gleixner
· 14 years ago
85b9995
perf session: Move ui_progress_update in __perf_session__process_events()
by Thomas Gleixner
· 14 years ago
0331ee0
perf session: Cleanup __perf_session__process_events()
by Thomas Gleixner
· 14 years ago
28990f7
perf session: Use appropriate pointer type instead of silly typecasting
by Thomas Gleixner
· 14 years ago
a1225de
perf session: Fix list sort algorithm
by Thomas Gleixner
· 14 years ago
60e6773
perf header: Don't assume there's no attr info if no sample ids is provided
by Franck Bui-Huu
· 14 years ago
d214afb
perf symbols: Figure out start address of kernel map from kallsyms
by Ming Lei
· 14 years ago
8a95331
perf symbols: Fix kallsyms kernel/module map splitting
by Arnaldo Carvalho de Melo
· 14 years ago
068ffaa
perf tools: Fix lost and unknown events handling
by Arnaldo Carvalho de Melo
· 14 years ago
008f29d
perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type
by Shawn Bohrer
· 14 years ago
9d1faba
perf symbols: Correct final kernel map guesses
by Ian Munsie
· 14 years ago
37982ba
perf events: Default to using event__process_lost
by Arnaldo Carvalho de Melo
· 14 years ago
baa2f6c
perf record: Add option to disable collecting build-ids
by Arnaldo Carvalho de Melo
· 14 years ago
6c869e7
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
ea7872b
perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem'
by Hitoshi Mitake
· 14 years ago
49ce8fc
perf bench: Print both of prefaulted and no prefaulted results by default
by Hitoshi Mitake
· 14 years ago
02a9d03
perf symbols: Remove incorrect open-coded container_of()
by Rabin Vincent
· 14 years ago
c1a3a4b
perf record: Handle restrictive permissions in /proc/{kallsyms,modules}
by Arnaldo Carvalho de Melo
· 14 years ago
d9cf837
perf stat: Change and clean up sys_perf_event_open error handling
by Corey Ashford
· 14 years ago
a711239
perf tools: Remove hardcoded include paths for elfutils
by Robert Morell
· 14 years ago
f5b4a9c3
perf stat: Add no-aggregation mode to -a
by Stephane Eranian
· 14 years ago
133dc4c
perf: Rename 'perf trace' to 'perf script'
by Ingo Molnar
· 14 years ago
7e55055
perf trace: update usage
by Tom Zanussi
· 14 years ago
d3c4f79
perf trace: update Documentation with new perf trace variants
by Tom Zanussi
· 14 years ago
b5b8731
perf trace: live-mode command-line cleanup
by Tom Zanussi
· 14 years ago
34c86ea
perf trace record: handle commands correctly
by Tom Zanussi
· 14 years ago
bca647a
perf record: make the record options available outside perf record
by Tom Zanussi
· 14 years ago
b0b6d91
perf trace scripting: remove system-wide param from shell scripts
by Tom Zanussi
· 14 years ago
e8719ad
perf trace scripting: fix some small memory leaks and missing error checks
by Tom Zanussi
· 14 years ago
01797c59
perf: Fix usages of profile_cpu in builtin-top.c to use cpu_list
by Corey Ashford
· 14 years ago
a3da8e4
perf, ui: Eliminate stack-smashing protection compiler complaint
by Cyrill Gorcunov
· 14 years ago
e25804a
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
00204c3
perf python scripting: Add futex-contention script
by Arnaldo Carvalho de Melo
· 14 years ago
22d0594
perf python scripting: Fixup cut'n'paste error in sctop script
by Arnaldo Carvalho de Melo
· 14 years ago
b44308f
perf scripting: Shut up 'perf record' final status
by Arnaldo Carvalho de Melo
· 14 years ago
0ab7368
perf record: Remove newline character from perror() argument
by Matt Fleming
· 14 years ago
5df414c
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
7f6c1bd
perf python scripting: Support fedora 11 (audit 1.7.17)
by Arnaldo Carvalho de Melo
· 14 years ago
a64fa19
perf python scripting: Improve the syscalls-by-pid script
by Arnaldo Carvalho de Melo
· 14 years ago
2e7d1e3
perf python scripting: print the syscall name on sctop
by Arnaldo Carvalho de Melo
· 14 years ago
6545aaa
perf python scripting: Improve the syscalls-counts script
by Arnaldo Carvalho de Melo
· 14 years ago
6cc7361
perf python scripting: Improve the failed-syscalls-by-pid script
by Arnaldo Carvalho de Melo
· 14 years ago
b8ecad8
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
66a301c3
perf probe: Fix format specified for Dwarf_Off parameter
by Arnaldo Carvalho de Melo
· 14 years ago
d1e95bb
perf trace: Fix detection of script extension
by Ben Hutchings
· 14 years ago
44e668c
perf trace: Use $PERF_EXEC_PATH in canned report scripts
by Ben Hutchings
· 14 years ago
ffec516
perf tools: Document event modifiers
by Sonny Rao
· 14 years ago
8bfb5e7
perf tools: Remove direct slang.h include
by Arnaldo Carvalho de Melo
· 14 years ago
5d70f79
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
469b9b8
perf probe: Add basic module support
by Masami Hiramatsu
· 14 years ago
fb8c5a5
perf probe: Show accessible global variables
by Masami Hiramatsu
· 14 years ago
c82ec0a
perf probe: Function style fix
by Masami Hiramatsu
· 14 years ago
cf6eb48
perf probe: Show accessible local variables
by Masami Hiramatsu
· 14 years ago
632941c
perf probe: Support global variables
by Masami Hiramatsu
· 14 years ago
Next »