1972 results
Order by date - Order by pertinence
All (1972)
High-tech (1972)
 
[PATCH 0/2 V3] perf/x86/amd: IOMMU Performance Counter Support
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> These patches implement the AMD IOMMU Performance Counter functionality via custom perf PMU and implement static counting for various IOMMU translations. 1) Extend the AMD IOMMU ...
Message posted on the May 17th, 2013 - 3:50 PM ET
[PATCH 0/2] perf tools: Add MIPS userspace DWARF callchains.
From: David Daney <david.daney@cavium.com> These patches to the perf tool depend on the kernel patch here: http://www.linux-mips.org/archives/linux-mips/2013-05/msg00124.html With these two applied, I get the same nice call graphs on MIPS ...
Message posted on the May 17th, 2013 - 3:10 PM ET
[PATCH 0/5] Add glob pattern matching support on trigger and kprobe-event
Hi, Here is a series of ftrace/perf updates to support multiple event select operation by glob-based wild cards. I've ported strglobmatch from perf-tools (with recursive call limitation) for this use. It is easier to use (just replacing strcmp) but ...
Message posted on the May 16th, 2013 - 8:00 AM ET
[RFC/PATCH 1/2] perf script: Add --time-filter option
From: Namhyung Kim <namhyung.kim@lge.com> The --time-filter option is for limiting samples within a range of time. A time range looks like <time1>-<time2> and at most one of them can be omitted. For instance: $ perf script ...
Message posted on the May 15th, 2013 - 5:30 AM ET
[PATCHSET 00/15] perf tools: Introduce new 'ftrace' command (v2)
Hi all, This patchset implements a front-end tool for kernel's ftrace. It uses function_graph tracer by default and normal function tracer is also supported. (Of course you need to enable those tracers in your kernel first.) NOTE: It's in very ...
Message posted on the May 14th, 2013 - 6:20 AM ET
[PATCHSET 0/9] perf tools: Assorted fixes and changes on perf top/report
Hi, This patchset is a collection of 3 changes on perf top and report tools. I wanted to make them independent, but failed due to laziness. :) Patch 1 is a fix for -E option handling in perf top. IIUC it only shows a given number of entries. ...
Message posted on the May 13th, 2013 - 10:20 PM ET
[PATCH 2/2] IOMMU/AMD: IOMMU PC PERF uncore PMU implementation
From: Steven L Kinney <Steven.Kinney@amd.com> Implement a perf PMU to handle IOMMU PC perf events. This PMU will handle static counter perf events relative to the AMD IOMMU Performance Counters. To invoke the AMD IOMMU PMU issue a perf tool ...
Message posted on the May 13th, 2013 - 5:50 PM ET
[PATCH 1/2] IOMMU/AMD: Adding IOMMU PC resource management
From: Steven L Kinney <Steven.Kinney@amd.com> Add functionality to check the availability of the AMD IOMMU Performance Counters and export this functionality to other core drivers, such as in this case, a perf AMD IOMMU PMU. This feature is ...
Message posted on the May 13th, 2013 - 5:50 PM ET
[PATCH 1/2] perf report: Add --percent-limit option
From: Namhyung Kim <namhyung.kim@lge.com> The --percent-limit option is for not showing small overheaded entries in the output. Maybe we want to set a certain default value like 0.1. Cc: Andi Kleen <andi@firstfloor.org> Signed-off-by: ...
Message posted on the May 13th, 2013 - 4:50 AM ET
[PATCH 1/3] perf top: Get rid of *_threaded() functions
From: Namhyung Kim <namhyung.kim@lge.com> Those _threaded() functions are needed to make hist tree handling thread-safe, but AFAICS the only thing it does is forcing it to use the intermediate 'collapsed' tree. It can be acheived by setting ...
Message posted on the May 13th, 2013 - 2:20 AM ET
[PATCH 1/2] perf top: Fix -E option behavior
From: Namhyung Kim <namhyung.kim@lge.com> The -E/--entries option controls how many lines to be printed on stdio output but it doesn't work as it should be: If -E option is specified, print that many lines regardless of current window size, ...
Message posted on the May 12th, 2013 - 11:10 PM ET
Linux 3-10-rc1
So this is the biggest -rc1 in the last several years (perhaps ever) at least as far as counting commits go, even if not necessarily in actual lines (I didn't check the statistics on that). Which was unexpected, because while linux-next was fairly ...
Message posted on the May 11th, 2013 - 9:10 PM ET
[PATCH 00/18] tracing/kprobes: Update kprobes with new ftrace changes
Linus, The majority of these changes are from Masami Hiramatsu bringing kprobes up to par with the latest changes to ftrace (multi buffering and the new function probes). He also discovered and fixed some bugs in doing so. When pulling in his ...
Message posted on the May 10th, 2013 - 8:20 PM ET
[000/118] 3.2.45-rc1 review
This is the start of the stable review cycle for the 3.2.45 release. There are 118 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be ...
Message posted on the May 10th, 2013 - 11:00 AM ET