Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | perf probe: Fix dwarf regs table for x86_64 | Arnaldo Carvalho de Melo | 2016-09-12 | 1 | -1/+1 | |
| * | | | | | | | | | | perf powerpc: Fix build-test failure | Ravi Bangoria | 2016-09-08 | 1 | -1/+0 | |
| * | | | | | | | | | | perf pmu: Support alternative sysfs cpumask | Mark Rutland | 2016-09-08 | 1 | -3/+12 | |
| * | | | | | | | | | | perf evlist: Only open events on CPUs an evsel permits | Mark Rutland | 2016-09-08 | 1 | -1/+7 | |
| * | | | | | | | | | | perf annotate: Add branch stack / basic block | Peter Zijlstra | 2016-09-08 | 6 | -2/+596 | |
| * | | | | | | | | | | perf record: Mark MAP_HUGETLB when synthesizing mmap events | Wang Nan | 2016-09-08 | 1 | -0/+11 | |
| * | | | | | | | | | | tools lib api fs: Add hugetlbfs filesystem detector | Wang Nan | 2016-09-08 | 2 | -0/+16 | |
| * | | | | | | | | | | perf tools: Recognize hugetlb mapping as anon mapping | Wang Nan | 2016-09-08 | 1 | -3/+10 | |
| * | | | | | | | | | | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 2016-09-05 | 21 | -202/+141 | |
| * | | | | | | | | | | perf test vmlinux: Remove dead symbol_filter_t code | Arnaldo Carvalho de Melo | 2016-09-05 | 1 | -10/+1 | |
| * | | | | | | | | | | perf machine: Remove machine->symbol_filter and friends | Arnaldo Carvalho de Melo | 2016-09-05 | 5 | -32/+7 | |
| * | | | | | | | | | | perf top: Remove old kernel-only symbol filter | Arnaldo Carvalho de Melo | 2016-09-05 | 1 | -27/+0 | |
| * | | | | | | | | | | perf symbols: Mark if a symbol is idle in the library | Arnaldo Carvalho de Melo | 2016-09-05 | 4 | -14/+25 | |
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo-20160901' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-09-05 | 33 | -121/+698 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | perf probe: Move dwarf specific functions to dwarf-aux.c | Ravi Bangoria | 2016-09-01 | 3 | -134/+189 | |
| | * | | | | | | | | | | perf uprobe: Skip prologue if program compiled without optimization | Ravi Bangoria | 2016-09-01 | 1 | -0/+165 | |
| | * | | | | | | | | | | perf probe: Add helper function to check if probe with variable | Ravi Bangoria | 2016-09-01 | 2 | -7/+17 | |
| | * | | | | | | | | | | perf symbols: Fixup symbol sizes before picking best ones | Arnaldo Carvalho de Melo | 2016-09-01 | 2 | -2/+2 | |
| | * | | | | | | | | | | perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too | Arnaldo Carvalho de Melo | 2016-09-01 | 2 | -2/+4 | |
| | * | | | | | | | | | | perf test vmlinux: Tolerate symbol aliases | Arnaldo Carvalho de Melo | 2016-09-01 | 1 | -3/+4 | |
| | * | | | | | | | | | | perf test vmlinux: Avoid printing headers for empty lists | Arnaldo Carvalho de Melo | 2016-09-01 | 1 | -7/+22 | |
| | * | | | | | | | | | | perf test vmlinux: Clarify which -v lines are errors or warning | Arnaldo Carvalho de Melo | 2016-09-01 | 1 | -9/+9 | |
| | * | | | | | | | | | | perf probe: Ignore vmlinux Build-id when offline vmlinux given | Masami Hiramatsu | 2016-09-01 | 1 | -7/+8 | |
| | * | | | | | | | | | | perf probe: Support probing on offline cross-arch binary | Masami Hiramatsu | 2016-09-01 | 13 | -11/+205 | |
| | * | | | | | | | | | | perf probe: Ignore vmlinux buildid if offline kernel is given | Masami Hiramatsu | 2016-09-01 | 4 | -2/+16 | |
| | * | | | | | | | | | | perf probe: Show trace event definition | Masami Hiramatsu | 2016-09-01 | 4 | -7/+73 | |
| | * | | | | | | | | | | perf config: Show default report configuration in example and docs | Milian Wolff | 2016-09-01 | 2 | -0/+17 | |
| | * | | | | | | | | | | perf symbols: Demangle symbols for synthesized @plt entries. | Milian Wolff | 2016-09-01 | 1 | -29/+52 | |
| | * | | | | | | | | | | perf probe: Do not use map_load filters for function | Arnaldo Carvalho de Melo | 2016-09-01 | 1 | -19/+10 | |
| | * | | | | | | | | | | perf symbols: Rename ->ignore to ->idle | Arnaldo Carvalho de Melo | 2016-08-30 | 3 | -5/+5 | |
| | * | | | | | | | | | | perf annotate: Initialize the priv are in symbol__new() | Arnaldo Carvalho de Melo | 2016-08-30 | 7 | -16/+37 | |
| | * | | | | | | | | | | perf tools: Fix error handling of lzma decompression | Shawn Lin | 2016-08-24 | 1 | -6/+9 | |
| | * | | | | | | | | | | perf probe: Remove unused tracing_dir variable | Masami Hiramatsu | 2016-08-24 | 1 | -3/+2 | |
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl... | Ingo Molnar | 2016-09-05 | 8 | -3/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | / / / / | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | perf record: Fix spelling mistake "Finshed" -> "Finished" | Colin Ian King | 2016-08-23 | 1 | -2/+2 | |
| * | | | | | | | | | | perf bpf: Fix typo: "ehough" -> "enough" | Colin Ian King | 2016-08-23 | 1 | -1/+1 | |
| * | | | | | | | | | | perf test bpf: Fix typo: "ehough" -> "enough" | Colin Ian King | 2016-08-23 | 1 | -1/+1 | |
| * | | | | | | | | | | perf tools: Fix typo: "ehough" -> "enough" | Colin Ian King | 2016-08-23 | 1 | -1/+1 | |
| * | | | | | | | | | | ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal | Masami Hiramatsu | 2016-08-23 | 1 | -3/+2 | |
| * | | | | | | | | | | perf probe: Use hexadecimal type by default if possible | Masami Hiramatsu | 2016-08-23 | 1 | -1/+2 | |
| * | | | | | | | | | | perf probe: Support hexadecimal casting | Masami Hiramatsu | 2016-08-23 | 2 | -9/+12 | |
| * | | | | | | | | | | perf probe: Add supported for type casting by the running kernel | Masami Hiramatsu | 2016-08-23 | 3 | -0/+68 | |
| * | | | | | | | | | | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types | Masami Hiramatsu | 2016-08-23 | 1 | -2/+2 | |
| * | | | | | | | | | | perf hists browser: Remove superfluous null check on map | Colin Ian King | 2016-08-23 | 1 | -2/+0 | |
| * | | | | | | | | | | perf tools: Skip running the feature tests for 'make install-doc' | Rui Teng | 2016-08-23 | 1 | -1/+1 | |
| * | | | | | | | | | | perf tools: Use __weak definition from linux/compiler.h | Rui Teng | 2016-08-23 | 1 | -2/+1 | |
| * | | | | | | | | | | perf report: Allow configuring the default sort order in ~/.perfconfig | Arnaldo Carvalho de Melo | 2016-08-23 | 4 | -2/+10 | |
| * | | | | | | | | | | tools: Copy coresight-pmu.h header file needed by perf tools | Mathieu Poirier | 2016-08-23 | 3 | -0/+43 | |
| * | | | | | | | | | | perf disassemble: Extract logic to find file to pass to objdump to a separate... | Arnaldo Carvalho de Melo | 2016-08-23 | 1 | -22/+32 | |
| * | | | | | | | | | | perf disassemble: Simplify logic for picking the filename to disassemble | Arnaldo Carvalho de Melo | 2016-08-23 | 1 | -25/+16 |