Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | perf tools: Try to build Documentation when installing | Borislav Petkov | 2012-10-24 | 3 | -4/+34 | |
| * | | | | | | | perf trace: Print the name of a syscall when failing to read its info | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -1/+4 | |
| * | | | | | | | perf tools: Pretty print errno for some more functions | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -0/+3 | |
| * | | | | | | | perf trace: Add duration filter | Arnaldo Carvalho de Melo | 2012-10-24 | 2 | -4/+31 | |
| * | | | | | | | perf trace: Add an event duration column | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -4/+23 | |
| * | | | | | | | perf trace: Support interrupted syscalls | Arnaldo Carvalho de Melo | 2012-10-24 | 2 | -22/+181 | |
| * | | | | | | | perf test: Align the 'Ok'/'FAILED!' test results | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -2/+16 | |
| * | | | | | | | perf tools: Give user better message if precise is not supported | David Ahern | 2012-10-24 | 2 | -0/+9 | |
| * | | | | | | | Account the nr_entries in rblist properly | Suzuki K. Poulose | 2012-10-24 | 1 | -2/+2 | |
| * | | | | | | | perf tools: Try to find cross-built objdump path | Irina Tirdea | 2012-10-24 | 6 | -1/+204 | |
| * | | | | | | | perf tools: Remove noise in python version feature test | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -1/+4 | |
| * | | | | | | | perf tools: Diplays more output on features check for make V=1 | Jiri Olsa | 2012-10-24 | 2 | -25/+32 | |
| * | | | | | | | perf test: Add automated tests for pmu sysfs translated events | Jiri Olsa | 2012-10-24 | 1 | -0/+68 | |
| * | | | | | | | perf tools: Add support to specify hw event as PMU event term | Jiri Olsa | 2012-10-24 | 3 | -0/+38 | |
| * | | | | | | | perf tools: Fix PMU object alias initialization | Jiri Olsa | 2012-10-24 | 1 | -3/+4 | |
| * | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-10-24 | 49 | -233/+3179 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation: add documentation on compiling for Android | Irina Tirdea | 2012-10-08 | 1 | -0/+75 | |
| * | | | | | | | | perf tools: Update Makefile for Android | Irina Tirdea | 2012-10-08 | 2 | -6/+28 | |
| * | | | | | | | | perf tools: Add on_exit implementation | Bernhard Rosenkraenzer | 2012-10-08 | 3 | -1/+48 | |
| * | | | | | | | | perf kvm: Add braces around multi-line statements | David Ahern | 2012-10-08 | 1 | -3/+6 | |
| * | | | | | | | | perf kvm: Total count is a u64, print as so | David Ahern | 2012-10-08 | 1 | -2/+2 | |
| * | | | | | | | | perf kvm: Remove typecast in init_kvm_event_record | David Ahern | 2012-10-08 | 1 | -2/+2 | |
| * | | | | | | | | perf kvm: Only process events for vcpus of interest | David Ahern | 2012-10-08 | 1 | -2/+16 | |
| * | | | | | | | | perf tools: Remove duplicated include from trace-event-python.c | Wei Yongjun | 2012-10-07 | 1 | -1/+0 | |
| * | | | | | | | | perf machine: Carve up event processing specific from perf_tool | Arnaldo Carvalho de Melo | 2012-10-06 | 4 | -200/+242 | |
| * | | | | | | | | perf sched: Handle PERF_RECORD_EXIT events | Arnaldo Carvalho de Melo | 2012-10-06 | 1 | -0/+1 | |
| * | | | | | | | | perf annotate: Handle PERF_RECORD_EXIT events | Arnaldo Carvalho de Melo | 2012-10-06 | 1 | -0/+1 | |
| * | | | | | | | | perf event: No need to create a thread when handling PERF_RECORD_EXIT | Arnaldo Carvalho de Melo | 2012-10-06 | 9 | -21/+39 | |
| * | | | | | | | | perf machine: Introduce find_thread method | Arnaldo Carvalho de Melo | 2012-10-06 | 5 | -40/+73 | |
| * | | | | | | | | perf tools: Have the page size value available for all tools | Arnaldo Carvalho de Melo | 2012-10-06 | 7 | -10/+7 | |
| * | | | | | | | | perf diff: Display empty space for non paired samples | Jiri Olsa | 2012-10-05 | 1 | -2/+8 | |
| * | | | | | | | | perf diff: Include samples without symbol in overall stats | Jiri Olsa | 2012-10-05 | 1 | -1/+1 | |
| * | | | | | | | | perf diff: Add -F option to display formula for computation | Jiri Olsa | 2012-10-05 | 5 | -3/+96 | |
| * | | | | | | | | perf diff: Add -p option to display period values for hist entries | Jiri Olsa | 2012-10-05 | 4 | -1/+35 | |
| * | | | | | | | | perf diff: Add weighted diff computation way to compare hist entries | Jiri Olsa | 2012-10-05 | 5 | -6/+160 | |
| * | | | | | | | | perf diff: Add option to sort entries based on diff computation | Jiri Olsa | 2012-10-05 | 5 | -18/+167 | |
| * | | | | | | | | perf diff: Add ratio computation way to compare hist entries | Jiri Olsa | 2012-10-05 | 4 | -2/+112 | |
| * | | | | | | | | perf diff: Add -b option for perf diff to display paired entries only | Jiri Olsa | 2012-10-05 | 2 | -2/+33 | |
| * | | | | | | | | perf trace: Add support for tracing workload given by command line | Namhyung Kim | 2012-10-05 | 1 | -7/+36 | |
| * | | | | | | | | perf trace: Explicitly enable system-wide mode if no option is given | Namhyung Kim | 2012-10-05 | 1 | -0/+3 | |
| * | | | | | | | | perf trace: Validate target task/user/cpu argument | Namhyung Kim | 2012-10-05 | 1 | -1/+8 | |
* | | | | | | | | | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 | 2 | -2/+256 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | selftests: add a test program for variable huge page sizes in mmap/shmget | Andi Kleen | 2012-12-11 | 2 | -2/+256 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-12-11 | 1 | -13/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge 3.7-rc6 into char-misc-next | Greg Kroah-Hartman | 2012-11-16 | 4 | -365/+20 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | tools/hv: Fix string types | Tomas Hozza | 2012-11-15 | 1 | -5/+5 | |
| * | | | | | | | | | tools: hv: Netlink source address validation allows DoS | Tomas Hozza | 2012-11-15 | 1 | -1/+7 | |
| * | | | | | | | | | Tools: hv: Don't return loopback addresses | K. Y. Srinivasan | 2012-10-30 | 1 | -4/+9 | |
| * | | | | | | | | | tools: hv: Return the full kernel version | K. Y. Srinivasan | 2012-10-30 | 1 | -3/+6 | |
* | | | | | | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 11 | -60/+110 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | |