aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-01perf report: Add option to specify time window of interestDavid Ahern2-1/+20
2016-12-01perf kmem: Add option to specify time window of interestDavid Ahern2-0/+31
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern2-6/+53
2016-12-01perf script: Add option to specify time window of interestDavid Ahern2-1/+21
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern4-36/+37
2016-12-01perf tools: Add time-based utility functionsDavid Ahern3-0/+98
2016-11-29perf script: Add option to stop printing callchainDavid Ahern5-2/+25
2016-11-29perf kmem stat: Track memory freedDavid Ahern1-1/+11
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo4-59/+59
2016-11-29perf tools: Introduce perf hooksWang Nan9-0/+187
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2-0/+20
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan2-0/+28
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan2-0/+63
2016-11-25perf trace: Update tid/pid filtering option to leverage symbol_confDavid Ahern1-40/+9
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern2-2/+99
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo1-2/+4
2016-11-25perf ui helpline: Provide a printf variantArnaldo Carvalho de Melo2-0/+11
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond1-44/+98
2016-11-25perf tools: Add missing struct definition in probe_event.hWang Nan1-0/+2
2016-11-25perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan1-1/+1
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim2-0/+22
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim3-2/+9
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria2-0/+63
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo2-96/+60
2016-11-25perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo1-0/+11
2016-11-25perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo1-1/+62
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo3-57/+51
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar20-185/+1406
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar17-145/+136
2016-11-23perf sched timehist: Add -V/--cpu-visual optionDavid Ahern2-2/+47
2016-11-23perf sched timehist: Add call graph optionsDavid Ahern2-6/+89
2016-11-23perf sched timehist: Add -w/--wakeups optionDavid Ahern2-4/+58
2016-11-23perf sched timehist: Add summary optionsDavid Ahern1-6/+160
2016-11-23perf sched timehist: Introduce timehist commandDavid Ahern2-7/+637
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim2-0/+7
2016-11-23perf symbols: Print symbol offsets conditionallyNamhyung Kim3-8/+12
2016-11-23perf c2c: Support cascading optionsJiri Olsa1-12/+10
2016-11-23perf c2c report: Display total HITMs on defaultJiri Olsa2-7/+36
2016-11-23perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2-2/+11
2016-11-23perf c2c report: Add -f/--force optionJiri Olsa2-1/+7
2016-11-23perf c2c report: Setup browser after opening perf.dataJiri Olsa1-7/+8
2016-11-23perf tools: Show event fd in debug outputJiri Olsa1-2/+4
2016-11-23tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2-2/+30
2016-11-23tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2-8/+6
2016-11-18Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-34/+53
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo3-106/+198
2016-11-17perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo1-4/+5
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo5-23/+103