LinuxLists
Users
About
Arnaldo Carvalho de Melo (
[email protected]
)
Number of posts: 2284 (0.9 per day)
First post: 2009-01-08 00:32:21
Last post: 2015-12-09 13:45:21
Previous Page
/
Next Page
Date
List
Subject
2010-01-27 23:07:16
linux-kernel
[PATCH 2/9] perf symbols: Factor out dso__load_vmlinux_path()
2010-01-27 23:06:52
linux-kernel
[PATCH 9/9] perf symbols: Ditch vdso global variable
2010-01-27 23:06:36
linux-kernel
[PATCH 7/9] tools/perf/perf.c: Clean up trivial style issues.
2010-01-27 23:06:34
linux-kernel
[PATCH 1/9] perf top: Exit if specified --vmlinux can't be used
2010-01-27 23:06:18
linux-kernel
[PATCH 5/9] perf symbols: Remove perf_session usage in symbols layer
2010-01-27 23:06:12
linux-kernel
[PATCH 4/9] perf session: Create kernel maps in the constructor
2010-01-27 23:06:11
linux-kernel
[PATCH 6/9] perf: Ignore perf-archive temp file
2010-01-27 14:51:58
linux-kernel
Re: [PATCH] perf: Ignore perf-archive
2010-01-27 12:45:07
linux-kernel
Re: [PATCH] tools/perf/perf.c: Clean up trivial style issues.
2010-01-25 14:58:00
linux-kernel
Re: [PATCH 12/12] Revert "perf record: Intercept all events"
2010-01-25 02:24:23
linux-kernel
Re: [PATCH 12/12] Revert "perf record: Intercept all events"
2010-01-25 00:16:21
linux-kernel
Re: [PATCH] tools/perf/perf.c: Clean up trivial style issues.
2010-01-23 15:58:13
linux-kernel
Re: linux-next: add utrace tree
2010-01-23 15:53:16
linux-kernel
Re: perf regression testing. was Re: [PATCH 1/2] perf symbols: Fix inverted logic for showing kallsyms as the source of symbols
2010-01-22 16:51:12
linux-kernel
perf regression testing. was Re: [PATCH 1/2] perf symbols: Fix inverted logic for showing kallsyms as the source of symbols
2010-01-22 16:35:27
linux-kernel
[PATCH 1/2] perf symbols: Fix inverted logic for showing kallsyms as the source of symbols
2010-01-22 16:35:20
linux-kernel
[PATCH 2/2] perf symbols: Use the right variable to check for kallsyms in the cache
2010-01-22 12:26:35
linux-kernel
Re: [PATCH v1 1/1] Extended events (platform-specific) support in perf
2010-01-22 11:45:53
linux-kernel
Re: [patch] perf tools: fix dc8d6ab typo prohibiting perf top symbol annotation
2010-01-22 11:22:44
linux-kernel
Re: [patch] perf tools: fix dc8d6ab typo prohibiting perf top symbol annotation
2010-01-21 15:05:16
linux-kernel
[PATCH 1/2] perf top: Fix sample counting
2010-01-21 15:04:58
linux-kernel
[PATCH 2/2] perf top: Handle PERF_RECORD_{FORK,EXIT} events
2010-01-21 15:02:13
linux-kernel
Re: perf top: losing events?
2010-01-21 14:49:12
linux-kernel
Re: perf top: losing events?
2010-01-20 17:28:59
linux-kernel
[PATCH 1/1] perf buildid-cache: Add new command to manage build-id cache
2010-01-20 15:43:16
linux-kernel
Re: [PATCH] perf tools: fix write_event()
2010-01-20 15:31:23
linux-kernel
Re: [PATCH] perf tools: fix write_event()
2010-01-20 14:26:38
linux-kernel
Re: [PATCH] perf tools: fix write_event()
2010-01-20 14:10:13
linux-kernel
Re: [PATCH] perf tools: fix write_event()
2010-01-19 14:30:52
linux-kernel
Re: Analysing an ARM perf.data file on a x86-64 workstation
2010-01-19 13:10:23
linux-kernel
Analysing an ARM perf.data file on a x86-64 workstation
2010-01-19 12:40:49
linux-kernel
Re: [PATCH 2/2] perf symbols: If only --vmlinux if specified
2010-01-19 12:36:37
linux-kernel
[PATCH 1/2] perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event
2010-01-19 12:36:27
linux-kernel
[PATCH 2/2] perf symbols: If only --vmlinux if specified
2010-01-18 20:21:55
linux-kernel
[PATCH 1/1] perf archive: Fix installation steps in the Makefile
2010-01-18 17:59:34
linux-kernel
[PATCH 1/1] perf archive: Add documentation
2010-01-18 14:24:35
linux-kernel
Re: Bad kernel mmap in perf
2010-01-17 17:53:28
linux-kernel
Re: [PATCH 1/6] perf top: teach it to autolocate vmlinux
2010-01-15 20:08:50
linux-kernel
[PATCH 1/2] perf record: Intercept all events
2010-01-15 20:08:39
linux-kernel
[PATCH 2/2] perf symbols: Accept an alias when looking for "_text"
2010-01-15 15:18:08
linux-kernel
[PATCH 2/2] perf archive: Add helper script to package files needed to do analysis
2010-01-15 15:18:07
linux-kernel
[PATCH 1/2] perf symbols: The synthesized kernel modules MMAP must use the pathnames
2010-01-15 01:46:21
linux-kernel
[PATCH 3/4] perf symbols: Create thread__find_addr_map from thread__find_addr_location
2010-01-15 01:45:45
linux-kernel
[PATCH 1/4] perf symbols: Use dso->long_name in dsos__find()
2010-01-15 01:45:44
linux-kernel
[PATCH 2/4] perf record: Encode the domain while synthesizing MMAP events
2010-01-15 01:45:42
linux-kernel
[PATCH 4/4] perf buildid-list: Introduce --with-hits option
2010-01-14 20:30:43
linux-kernel
[PATCH 3/3] perf symbols: Cache /proc/kallsyms files by build-id
2010-01-14 20:30:27
linux-kernel
[PATCH 2/3] perf symbols: Don't try to load kallsyms if doesn't match the record build-id
2010-01-14 20:30:19
linux-kernel
[PATCH 1/3] perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)
2010-01-14 14:23:38
linux-kernel
[PATCH 1/2] perf tools: Don't cast RIP to pointers
2010-01-14 14:23:26
linux-kernel
[PATCH 2/2] perf tools: Cross platform perf.data analysis support