messages from 2014-10-07 05:26:21 to 2015-02-20 17:59:00 UTC [more...]
uprobe symbols with @GLIBC
2015-02-20 17:57 UTC (3+ messages)
Weird instruction profiling
2015-02-18 23:46 UTC (5+ messages)
perf config : Have not effect pager.cmd ?
2015-02-18 10:32 UTC
Sample memory references with at least a given latency?
2015-02-18 9:31 UTC (10+ messages)
perfconfig : what does mean annotate.show_nr_jumps ?
2015-02-17 20:35 UTC (2+ messages)
Despite exclude_host=1, I see PERF_RECORD_MISC_KERNEL samples
2015-02-17 20:33 UTC (2+ messages)
[PATCH] perf tools: Work around lack of sched_getcpu in glibc < 2.6
2015-02-16 20:50 UTC (2+ messages)
several questions about config
2015-02-15 11:23 UTC
[PATCH] perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older
2015-02-10 14:24 UTC (2+ messages)
What does several of perf configurations (alias, help, call-graph) mean ?
2015-02-05 14:06 UTC (2+ messages)
PATCH[2/3 RFC] PERF, Add remapping support for jit'ed code to perf
2015-02-04 17:15 UTC
PATCH[3/3 RFC] PERF, Add remapping support for jit'ed code to perf
2015-02-04 17:15 UTC
PATCH[1/3 RFC] PERF, Add remapping support for jit'ed code to perf
2015-02-04 17:15 UTC
PATCH[0/3 RFC] PERF, Add remapping support for jit'ed code to perf
2015-02-04 17:15 UTC
Mailing list for performance events and tracing subsystems
2015-02-03 20:31 UTC
[PATCH] perf: fix building error in x86_64 when dwarf unwind is on
2015-02-03 19:58 UTC
[PATCH v3 0/5] Perf tool fixes for ARC + uClibc
2015-01-27 14:29 UTC (12+ messages)
` [PATCH v3 1/5] perf tools: [uclibc] fix statfs.f_type data type mismatch build error
` [PATCH v3 2/5] perf tools: [uclibc] Elide strlcpy warning
` [PATCH v3 3/5] perf tools: [uclibc] Avoid build splat for syscall numbers
` [PATCH v3 4/5] perf tools: [uclibc] don't rely on glibc malloc working for sz 0
` [PATCH v3 5/5] perf tools: [uclibc] provide stub for pthread_attr_setaffinity_np
Perf support for interpreted and Just-In-Time translated languages
2015-01-23 8:25 UTC (27+ messages)
` Perf support for interpreted and Just-In-Time translated olanguages
Using perf to generate a call stack from a kernel function to the user space caller
2015-01-21 14:56 UTC (5+ messages)
pipe_output format different from file output?
2015-01-20 15:13 UTC (2+ messages)
perf: Kconfig based feature selection
2015-01-19 20:32 UTC (5+ messages)
Why the distinction between regular anon regions and hugepage anon regions for PERF_RECORD_MMAP entries?
2015-01-13 15:30 UTC (2+ messages)
[PATCH v2 0/5] Perf tool fixes for ARC + uClibc
2015-01-13 4:49 UTC (13+ messages)
` [PATCH v2 1/5] perf tools: [uclibc] fix statfs.f_type data type mismatch build error
` [PATCH v2 2/5] perf tools: [uclibc] Elide strlcpy warning
` [PATCH v2 3/5] perf tools: [uclibc] Avoid build splat for syscall numbers
` [PATCH v2 4/5] perf tools: [uclibc] don't rely on glibc malloc working for sz 0
` [PATCH v2 5/5] perf tools: [uclibc] provide stub for pthread_attr_setaffinity_np
[PATCH 0/5] Perf fixes for ARC + uClibc
2015-01-10 10:44 UTC (15+ messages)
` [PATCH 1/5] perf tools: [uclibc] fix statfs.f_type data type mismatch build error
` [PATCH 2/5] perf tools: [uclibc] Elide strlcpy warning
` [PATCH 3/5] perf tools: [uclibc] Avoid build splat for syscall numbers
` [PATCH 4/5] perf tools: [uclibc] don't rely on glibc malloc working for sz 0
` [PATCH 5/5] perf tools: [uclibc] provide stub for pthread_attr_setaffinity_np
JVM Profiling: Does hotspot emit frame pointer, and other Q's
2015-01-10 9:37 UTC (2+ messages)
Size of perf data files
2015-01-09 2:06 UTC (5+ messages)
Sample LLC miss references?
2015-01-08 9:08 UTC (2+ messages)
[ANNOUNCE] trace-cmd v2.5 released
2015-01-06 3:41 UTC
Thoughts on processor vendor?
2014-12-29 14:33 UTC
Is it possible to get source code annotation for kernel modules ?
2014-12-18 15:23 UTC (4+ messages)
perf probe failed to find symbols -
2014-12-16 11:46 UTC (3+ messages)
Profiling a Qt5 application running on embedded hardware (IMX6)
2014-12-10 19:04 UTC
Perf support for interpreted and Just-In-Time translated languages
2014-12-03 2:36 UTC (2+ messages)
Is it possible to get (or compute) the consummed CPU with perf ?
2014-11-30 20:37 UTC (6+ messages)
Using perf with cgroups and containers
2014-11-28 18:00 UTC (4+ messages)
Size of perf data files
2014-11-28 6:18 UTC (7+ messages)
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-11-26 18:03 UTC
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-11-24 17:56 UTC
error: failed mmap with 25
2014-11-14 22:24 UTC
Memory leak in 3.17.rc6.g09bba1?
2014-11-14 12:30 UTC (2+ messages)
Perf mem report Data Object
2014-11-06 14:06 UTC (2+ messages)
Perf call-graph on arm aarch64 Linux
2014-11-06 6:43 UTC
[RFC] ARM64: Accessing perf counters from userspace
2014-11-05 17:39 UTC (12+ messages)
` [RFC PATCH 1/5] Application: reads perf cycle counter using perf_event_open syscall
` [RFC PATCH 2/5] Kernel module: to Enable userspace access to PMU counters for ArmV8
` [RFC PATCH 3/5] Application: Added test for Direct access of perf counter from userspace using asm
` [RFC PATCH 4/5]ARM64: Kernel: To read PMU cycle counter through vDSO Path
` [RFC PATCH 5/5] Application: to read PMU counter through vdso
perf top out of bounds address warnings when zoomed to kernel DSO
2014-11-05 13:50 UTC
Adding cache misses and references to list of default events for perf stat?
2014-11-05 11:18 UTC (4+ messages)
sampling and reading
2014-11-05 2:41 UTC (3+ messages)
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-11-03 18:35 UTC
sampling using perf
2014-10-30 21:03 UTC (2+ messages)
Load latency sampling on Sandy Bridge
2014-10-29 20:15 UTC (9+ messages)
Collect Per thread event count using perf
2014-10-29 5:54 UTC (2+ messages)
[PATCH 1/2] The ARM dwarf unwinder is missing some needed includes
2014-10-08 16:45 UTC (2+ messages)
` [PATCH 2/2] The arm64 dwarf unwinder is missing a needed include
[PATCH] perf top: Add a visual cue for toggle zeroing of samples
2014-10-07 7:38 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).