[PATCH 1/2] perf, x86: Disallow setting undefined bits for PEBS events (1 reply)
From: Andi Kleen <ak@linux.intel.com> The SDM forbids setting various event qualifiers with PEBS events. The magic cycles:pp event uses it, but it has caused problems in the past. We continue...
View Article[PATCH 0/6] memory error report/recovery for dirty pagecache v3 (5 replies)
This patchset tries to solve the following issues related to handling memory errors on dirty pagecache: 1. stickiness of error info: in current implementation, the events of dirty pagecache memory...
View Article[PULL REQUEST] i2c for 3.14 (no replies)
Linus, here is a Kconfig fix for the I2C subsystem. Please pull. Thanks, Wolfram The following changes since commit fa389e220254c69ffae0d403eac4146171062d08: Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)...
View Article[NOTICE] away from the net until March, 23rd (no replies)
Hi, I'll be away from the net and emails from March, 14th until March, 23rd. For urgent matters, I'll trust the I2C mailing list to take care. Kind regards, Wolfram
View ArticleYOUR ASSISTANCE NEEDED PLEASE (no replies)
Dear Friend, Greetings to you and your family. My name is Mrs Marvis Zil, the current Chief Auditor of a formidable bank here in Ouagadougou, Burkina Faso, West Africa. I have a transaction worth of...
View ArticleZynq macb (no replies)
Hi Nicolas, I did some testing on the current linux-next tree and ran iperf on Zynq. It seems that network and even the whole system can collapse when doing that. I don't really know what's going on,...
View Articlerandconfig build error with next-20140313, in...
Building with the attached random configuration file, drivers/net/ethernet/intel/i40evf/built-in.o:(.data+0x320): multiple definition of `i40e_ptype_lookup'...
View Article[PATCH 12/16] perf symbols: Introduce thread__find_cpumode_addr_location (no...
From: Arnaldo Carvalho de Melo <acme@redhat.com> Its one level up thread__find_addr_location, where it will look in different domains for a sample: user, kernel, hypervisor, etc. Will soon be...
View Article[PATCH 08/16] perf ui/gtk: Reuse generic __hpp__fmt() code (no replies)
From: Namhyung Kim <namhyung@kernel.org> The __hpp__color_fmt used in the gtk code can be replace by the generic code with small change in print_fn callback. This is a preparation to upcoming...
View Article[PATCH 02/10] perf, tools: Add support for text descriptions of events and...
From: Andi Kleen <ak@linux.intel.com> Change pmu.c to allow descriptions of events and add interfaces to add aliases. Used in the next patch. Signed-off-by: Andi Kleen <ak@linux.intel.com>...
View Article[PATCH 01/10] perf, tools: Add jsmn `jasmine' JSON parser (1 reply)
From: Andi Kleen <ak@linux.intel.com> I need a JSON parser. This adds the simplest JSON parser I could find -- Serge Zaitsev's jsmn `jasmine' -- to the perf library. I merely converted it to...
View Article[PATCH 04/10] perf, tools: Add support for reading JSON event files (no replies)
From: Andi Kleen <ak@linux.intel.com> Add a parser for Intel style JSON event files. This allows to use an Intel event list directly with perf. The Intel event lists can be quite large and are...
View Article[PATCH 05/10] perf, tools: Automatically look for event file name for cpu v2...
From: Andi Kleen <ak@linux.intel.com> When no JSON event file is specified automatically look for a suitable file in ~/.cache/pmu-events. A "perf download" can automatically add files there for...
View Article[PATCH 08/10] perf, tools: Query terminal width and use in perf list (no...
From: Andi Kleen <ak@linux.intel.com> Automatically adapt the now wider and word wrapped perf list output to wider terminals. This requires querying the terminal before the auto pager takes...
View Article[PATCH 10/10] perf, tools, record: Always allow to overide default period v2...
From: Andi Kleen <ak@linux.intel.com> Fix the logic to allow overriding event default periods with -c or -F on the command line. I'm not sure I understand this if() fully, but this change makes...
View Article[PATCH 05/16] perf probe: Clarify x86 register naming for perf probe (no...
From: Andi Kleen <ak@linux.intel.com> Clarify how to specify x86 registers in perf probe. I recently ran into this problem and had to figure it out from the source. Signed-off-by: Andi Kleen...
View Article[PATCH 16/16] perf machine: Factor machine__find_thread to take tid argument...
From: Jiri Olsa <jolsa@redhat.com> Forcing the code to always search thread by pid/tid pair. The PID value will be needed in future to determine the process thread leader for map groups sharing....
View Article[PATCH 01/16] perf bench: Add futex-hash microbenchmark (no replies)
From: Davidlohr Bueso <davidlohr@hp.com> Introduce futexes to perf-bench and add a program that stresses and measures the kernel's implementation of the hash table. This is a multi-threaded...
View Article[PATCH 03/16] perf bench: Add futex-requeue microbenchmark (no replies)
From: Davidlohr Bueso <davidlohr@hp.com> Block a bunch of threads on a futex and requeue them on another, N at a time. This program is particularly useful to measure the latency of nthread...
View Article