summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-01-29perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo3-15/+22
2011-01-29perf events: Account PERF_RECORD_LOST events in event__processArnaldo Carvalho de Melo1-0/+2
2011-01-29perf record: No need to check for overwritesArnaldo Carvalho de Melo1-19/+3
2011-01-28perf test: Fix return values checkingHan Pingtian1-3/+3
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu4-21/+32
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu4-27/+90
2011-01-28perf tools: Add strfilter for general purpose string filterMasami Hiramatsu3-0/+250
2011-01-24perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo4-15/+41
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo7-140/+134
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo10-71/+86
2011-01-24perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo1-9/+11
2011-01-24perf record: auto detect when stdout is a pipeFranck Bui-Huu1-12/+20
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu4-3/+99
2011-01-24perf probe: Enable to put probe inline function call siteMasami Hiramatsu1-8/+48
2011-01-24perf probe: Introduce lines walker interfaceMasami Hiramatsu1-154/+167
2011-01-23USB: usbtest - add alignment tests to test scriptMartin Fuzzey1-0/+26
2011-01-23USB: usbtest - add shell script to test HCDsDavid Brownell1-0/+249
2011-01-23perf top: Add native_safe_halt to skip symbolsArnaldo Carvalho de Melo1-0/+1
2011-01-23perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2-6/+6
2011-01-23perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker3-4/+4
2011-01-23perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker4-8/+8
2011-01-23perf callchain: Feed callchains into a cursorFrederic Weisbecker7-139/+204
2011-01-23perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo1-2/+169
2011-01-23perf evlist: Steal mmap reading routine from 'perf top'Arnaldo Carvalho de Melo3-53/+69
2011-01-23perf test: check if cpu_map__new() return NULLHan Pingtian1-3/+3
2011-01-23perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo1-3/+5
2011-01-23perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo2-1/+6
2011-01-23perf record: Use perf_evlist__mmapArnaldo Carvalho de Melo1-48/+11
2011-01-23perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo5-77/+201
2011-01-23perf record: Move perf_mmap__write_tail to perf.hArnaldo Carvalho de Melo2-12/+13
2011-01-23perf record: Use struct perf_mmap and helpersArnaldo Carvalho de Melo1-21/+4
2011-01-23perf evsel: Introduce mmap supportArnaldo Carvalho de Melo6-66/+107
2011-01-23perf record: Use perf_evsel__openArnaldo Carvalho de Melo1-120/+113
2011-01-23perf top: Use perf_evsel__openArnaldo Carvalho de Melo1-50/+42
2011-01-23perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo4-14/+16
2011-01-23perf evsel: Support event groupsArnaldo Carvalho de Melo4-18/+27
2011-01-23perf evlist: Adopt the pollfd arrayArnaldo Carvalho de Melo4-28/+33
2011-01-23perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo11-118/+180
2011-01-23perf tools: Fix time function double declaration with glibcThomas Renninger1-2/+2
2011-01-23perf tools: Fix build by checking if extra warnings are supportedArnaldo Carvalho de Melo1-2/+7
2011-01-23perf tools: Fix build when using gcc 3.4.6Arnaldo Carvalho de Melo1-1/+1
2011-01-23perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo1-0/+1
2011-01-23perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo23-82/+93
2011-01-23perf test: Fix build on older glibcsArnaldo Carvalho de Melo1-14/+19
2011-01-21perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian1-4/+9
2011-01-21perf symbols: Fix annotation of thumb codeDr. David Alan Gilbert1-0/+7
2011-01-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-30/+3
2011-01-17perf tools: Fix tracepoint id to string perf.data header tableArnaldo Carvalho de Melo2-29/+2
2011-01-17perf tools: Fix handling of wildcards in tracepoint event selectorsArnaldo Carvalho de Melo1-1/+1
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds6-16/+25