Age | Commit message (Expand) | Author | Files | Lines |
2016-12-15 | perf sched timehist: Add -I/--idle-hist option | Namhyung Kim | 1 | -0/+4 |
2016-12-07 | perf tools: Explicitly document that --children is enabled by default | Yannick Brosseau | 2 | -1/+3 |
2016-12-01 | perf report: Add option to specify time window of interest | David Ahern | 1 | -0/+7 |
2016-12-01 | perf kmem: Add option to specify time window of interest | David Ahern | 1 | -0/+7 |
2016-12-01 | perf sched timehist: Add option to specify time window of interest | David Ahern | 1 | -0/+8 |
2016-12-01 | perf script: Add option to specify time window of interest | David Ahern | 1 | -0/+7 |
2016-11-29 | perf script: Add option to stop printing callchain | David Ahern | 1 | -0/+3 |
2016-11-25 | perf sched timehist: Handle cpu migration events | David Ahern | 1 | -0/+4 |
2016-11-23 | perf sched timehist: Add -V/--cpu-visual option | David Ahern | 1 | -0/+5 |
2016-11-23 | perf sched timehist: Add call graph options | David Ahern | 1 | -0/+7 |
2016-11-23 | perf sched timehist: Add -w/--wakeups option | David Ahern | 1 | -0/+4 |
2016-11-23 | perf sched timehist: Introduce timehist command | David Ahern | 1 | -2/+48 |
2016-11-23 | perf c2c report: Display total HITMs on default | Jiri Olsa | 1 | -0/+4 |
2016-11-23 | perf c2c report: Add -f/--force option | Jiri Olsa | 1 | -0/+4 |
2016-11-14 | perf config: Add support setting variables in a config file | Taeung Song | 1 | -1/+18 |
2016-11-14 | perf config: Add support for getting config key-value pairs | Taeung Song | 1 | -0/+18 |
2016-11-11 | perf intel-pt: Update documentation about context switch events | Arnaldo Carvalho de Melo | 1 | -2/+17 |
2016-10-24 | perf trace: Implement --delay | Alexis Berlemont | 1 | -0/+5 |
2016-10-24 | perf jit: Add jitdump format specification document | Stephane Eranian | 1 | -0/+170 |
2016-10-24 | perf record: Improve documentation of event parameters | Andi Kleen | 1 | -3/+6 |
2016-10-24 | perf script: Support insn and insnlen | Andi Kleen | 1 | -1/+5 |
2016-10-21 | perf c2c report: Add --show-all option | Jiri Olsa | 1 | -0/+3 |
2016-10-21 | perf c2c report: Add --no-source option | Jiri Olsa | 1 | -0/+3 |
2016-10-21 | perf c2c: Add man page and credits | Jiri Olsa | 1 | -0/+276 |
2016-10-06 | perf top/report: Add tips about a list option | Nambong Ha | 1 | -0/+2 |
2016-10-06 | perf report/top: Add a tip about system-wide collection from all CPUs | Donghyun Kim | 1 | -0/+1 |
2016-10-06 | perf report/top: Add a tip about source line numbers with overhead | Kim SeonYoung | 1 | -0/+1 |
2016-10-04 | perf list: Support long jevents descriptions | Sukadev Bhattiprolu | 1 | -1/+5 |
2016-10-04 | perf list: Add a --no-desc flag | Andi Kleen | 1 | -1/+7 |
2016-09-29 | perf record: Add support for using symbols in address filters | Adrian Hunter | 1 | -1/+54 |
2016-09-29 | perf tools: Update documentation info about quipper | Simon Que | 1 | -1/+5 |
2016-09-27 | perf record: Fix documentation 'event_sources' -> 'event_source' | Adrian Hunter | 1 | -3/+3 |
2016-09-13 | perf tools: Add infrastructure for PMU specific configuration | Mathieu Poirier | 1 | -0/+12 |
2016-09-01 | perf probe: Ignore vmlinux buildid if offline kernel is given | Masami Hiramatsu | 1 | -0/+2 |
2016-09-01 | perf probe: Show trace event definition | Masami Hiramatsu | 1 | -0/+7 |
2016-09-01 | perf config: Show default report configuration in example and docs | Milian Wolff | 2 | -0/+17 |
2016-08-23 | ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal | Masami Hiramatsu | 1 | -3/+2 |
2016-08-23 | perf probe: Support hexadecimal casting | Masami Hiramatsu | 1 | -2/+2 |
2016-08-23 | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types | Masami Hiramatsu | 1 | -2/+2 |
2016-08-23 | perf report: Allow configuring the default sort order in ~/.perfconfig | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2016-08-09 | perf probe: Support signedness casting | Naohiro Aota | 1 | -1/+9 |
2016-08-09 | perf script: Add 'bpf-output' field to usage message | Brendan Gregg | 1 | -2/+2 |
2016-08-02 | perf record: Add --sample-cpu option | Jiri Olsa | 1 | -0/+3 |
2016-07-15 | perf record: Add --tail-synthesize option | Wang Nan | 1 | -0/+8 |
2016-07-15 | perf tools: Enable overwrite settings | Wang Nan | 1 | -0/+14 |
2016-07-14 | perf probe: Support a special SDT probe format | Masami Hiramatsu | 1 | -1/+3 |
2016-07-14 | perf probe: Accept %sdt and %cached event name | Masami Hiramatsu | 1 | -1/+8 |
2016-07-12 | perf report: Introduce --stdio-color to setup the color output mode selection | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2016-07-12 | perf annotate: Introduce --stdio-color to setup the color output mode selection | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2016-07-05 | perf tools: Update android build documentation | Chris Phlipot | 1 | -8/+8 |