summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf kmem: Fix unused argument build warningIngo Molnar2009-12-101-2/+2
* perf symbols: perf_header__read_build_ids() offset'n'size should be u64Arnaldo Carvalho de Melo2009-12-102-3/+3
* perf symbols: dsos__read_build_ids() should read both user and kernel buildidsArnaldo Carvalho de Melo2009-12-101-2/+3
* perf tools: Align long options which have no short formsLi Zefan2009-12-101-0/+3
* perf kmem: Show usage if no option is specifiedLi Zefan2009-12-102-28/+37
* perf sched: Add max delay time snapshotFrederic Weisbecker2009-12-101-6/+10
* perf tools: Correct size given to memsetJulia Lawall2009-12-102-2/+2
* perf sched: Fix for getting task's execution timeXiao Guangrong2009-12-091-28/+27
* perf probe: Update perf-probe documentMasami Hiramatsu2009-12-091-5/+16
* perf probe: Support --del optionMasami Hiramatsu2009-12-093-7/+96
* perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu2009-12-091-4/+6
* perf probe: Remove event suffix number _0Masami Hiramatsu2009-12-091-1/+10
* perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu2009-12-091-7/+26
* perf probe: Change probe-added message more user-friendlyMasami Hiramatsu2009-12-091-5/+10
* perf probe: Change event list formatMasami Hiramatsu2009-12-091-2/+25
* perf probe: Use pr_debug for debug messageMasami Hiramatsu2009-12-071-2/+2
* perf probe: Check e_snprintf() format stringMasami Hiramatsu2009-12-071-1/+4
* perf probe: Fix event namelist to duplicate stringMasami Hiramatsu2009-12-071-1/+3
* perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen2009-12-071-1/+1
* perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper2009-12-071-12/+3
* perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarilyTom Zanussi2009-12-071-9/+55
* perf trace/scripting: Fix compile error when libperl not installedTom Zanussi2009-12-072-3/+4
* perf_event: Eliminate raw->sizeXiao Guangrong2009-12-072-76/+56
* perf_event: Fix __dsos__write_buildid_table()Xiao Guangrong2009-12-071-1/+1
* perf_event: Fix raw event processingXiao Guangrong2009-12-072-6/+16
* perf/sched: Fix 'perf sched trace'Xiao Guangrong2009-12-071-7/+7
* perf buildid-list: Fix copy'n'paste help messageArnaldo Carvalho de Melo2009-12-061-1/+1
* perf tools: Misc small fixesOGAWA Hirofumi2009-12-063-4/+10
* perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi2009-12-067-146/+155
* perf timechart: Fix header handlingOGAWA Hirofumi2009-12-061-4/+8
* perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall2009-12-061-1/+1
* Merge branch 'perf/scripting' into perf/coreIngo Molnar2009-12-0331-15/+2458
|\
| * perf trace/scripting: Add Fedora libperl install note to docTom Zanussi2009-11-302-3/+5
| * perf trace/scripting: Fix Perl common_* access functionsTom Zanussi2009-11-304-24/+24
| * perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi2009-11-301-1/+1
| * perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi2009-11-301-2/+2
| * perf scripting: Fix buildIngo Molnar2009-11-281-0/+2
| * perf trace: Add a scripts/perl/bin for perf trace shell scriptsTom Zanussi2009-11-2810-0/+45
| * perf trace: Add Documentation for perf trace Perl supportTom Zanussi2009-11-282-1/+229
| * perf trace: Add interface to access perf data from Perl handlersTom Zanussi2009-11-2813-13/+474
| * perf trace: Add perf trace scripting support modules for PerlTom Zanussi2009-11-289-0/+806
| * perf trace: Add Perl scripting supportTom Zanussi2009-11-286-5/+629
| * perf trace: Add flag/symbolic format_flagsTom Zanussi2009-11-282-0/+19
| * perf trace: Add scripting opsTom Zanussi2009-11-282-5/+261
* | perf tools: Replace %m with %a in sscanfLiming Wang2009-12-021-3/+3
* | perf_event: Fix compile errorXiao Guangrong2009-12-021-1/+4
* | perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang2009-12-021-2/+0
* | perf probe: Simplify event namingMasami Hiramatsu2009-12-012-14/+56
* | perf probe: Add --list option for listing current probe eventsMasami Hiramatsu2009-12-013-18/+230
* | perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu2009-12-013-40/+118
OpenPOWER on IntegriCloud