aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-12-10perf kmem: Fix unused argument build warningIngo Molnar
2009-12-10perf symbols: perf_header__read_build_ids() offset'n'size should be u64Arnaldo Carvalho de Melo
2009-12-10perf symbols: dsos__read_build_ids() should read both user and kernel buildidsArnaldo Carvalho de Melo
2009-12-10perf tools: Align long options which have no short formsLi Zefan
2009-12-10perf kmem: Show usage if no option is specifiedLi Zefan
2009-12-10perf sched: Add max delay time snapshotFrederic Weisbecker
2009-12-10perf tools: Correct size given to memsetJulia Lawall
2009-12-09perf sched: Fix for getting task's execution timeXiao Guangrong
2009-12-09perf probe: Update perf-probe documentMasami Hiramatsu
2009-12-09perf probe: Support --del optionMasami Hiramatsu
2009-12-09perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu
2009-12-09perf probe: Remove event suffix number _0Masami Hiramatsu
2009-12-09perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu
2009-12-09perf probe: Change probe-added message more user-friendlyMasami Hiramatsu
2009-12-09perf probe: Change event list formatMasami Hiramatsu
2009-12-07perf probe: Use pr_debug for debug messageMasami Hiramatsu
2009-12-07perf probe: Check e_snprintf() format stringMasami Hiramatsu
2009-12-07perf probe: Fix event namelist to duplicate stringMasami Hiramatsu
2009-12-07perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen
2009-12-07perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper
2009-12-07perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarilyTom Zanussi
2009-12-07perf trace/scripting: Fix compile error when libperl not installedTom Zanussi
2009-12-07perf_event: Eliminate raw->sizeXiao Guangrong
2009-12-07perf_event: Fix __dsos__write_buildid_table()Xiao Guangrong
2009-12-07perf_event: Fix raw event processingXiao Guangrong
2009-12-07perf/sched: Fix 'perf sched trace'Xiao Guangrong
2009-12-06perf buildid-list: Fix copy'n'paste help messageArnaldo Carvalho de Melo
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi
2009-12-06perf timechart: Fix header handlingOGAWA Hirofumi
2009-12-06perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall
2009-12-03Merge branch 'perf/scripting' into perf/coreIngo Molnar
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang
2009-12-02perf_event: Fix compile errorXiao Guangrong
2009-12-02perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang
2009-12-01perf probe: Simplify event namingMasami Hiramatsu
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu
2009-12-01perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu
2009-12-01perf probe: Fix probe array index for multiple probe pointsMasami Hiramatsu
2009-12-01perf probe: Fix argv array size in probe parserMasami Hiramatsu
2009-12-01perf probe: Add probe-finder.h without libdwarfMasami Hiramatsu
2009-12-01perf probe: Change a debugging message from pr_info to pr_debugMasami Hiramatsu
2009-12-01perf timechart: Remove open-coded event parsing codeLi Zefan
2009-12-01perf annotate: Fix perf data parsingLi Zefan
2009-11-30perf trace/scripting: Add Fedora libperl install note to docTom Zanussi
2009-11-30perf trace/scripting: Fix Perl common_* access functionsTom Zanussi
2009-11-30perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi
2009-11-30perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi
2009-11-28perf scripting: Fix buildIngo Molnar