aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo2011-01-31
* perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo2011-01-31
* perf evlist: Move evlist methods to evlist.cArnaldo Carvalho de Melo2011-01-30
* perf tools: Initial python bindingArnaldo Carvalho de Melo2011-01-30
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-29
* perf top: Switch to non overwrite modeArnaldo Carvalho de Melo2011-01-29
* perf evlist: Support non overwrite mode in perf_evlist__read_on_cpuArnaldo Carvalho de Melo2011-01-29
* perf events: Account PERF_RECORD_LOST events in event__processArnaldo Carvalho de Melo2011-01-29
* perf record: No need to check for overwritesArnaldo Carvalho de Melo2011-01-29
* perf test: Fix return values checkingHan Pingtian2011-01-28
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-28
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-28
* perf tools: Add strfilter for general purpose string filterMasami Hiramatsu2011-01-28
* perf evsel: Introduce perf_evsel__{in,ex}itArnaldo Carvalho de Melo2011-01-24
* perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo2011-01-24
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-24
* perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo2011-01-24
* perf record: auto detect when stdout is a pipeFranck Bui-Huu2011-01-24
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-24
* perf probe: Enable to put probe inline function call siteMasami Hiramatsu2011-01-24
* perf probe: Introduce lines walker interfaceMasami Hiramatsu2011-01-24
* perf top: Add native_safe_halt to skip symbolsArnaldo Carvalho de Melo2011-01-22
* perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2011-01-22
* perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker2011-01-22
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-22
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-22
* perf test: Add test for the evlist mmap routinesArnaldo Carvalho de Melo2011-01-22
* perf evlist: Steal mmap reading routine from 'perf top'Arnaldo Carvalho de Melo2011-01-22
* perf test: check if cpu_map__new() return NULLHan Pingtian2011-01-22
* perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpusArnaldo Carvalho de Melo2011-01-22
* perf tools: Add missing cpu_map__delete()Arnaldo Carvalho de Melo2011-01-22
* perf record: Use perf_evlist__mmapArnaldo Carvalho de Melo2011-01-22
* perf evlist: Move the mmap array from perf_evselArnaldo Carvalho de Melo2011-01-22
* perf record: Move perf_mmap__write_tail to perf.hArnaldo Carvalho de Melo2011-01-22
* perf record: Use struct perf_mmap and helpersArnaldo Carvalho de Melo2011-01-22
* perf evsel: Introduce mmap supportArnaldo Carvalho de Melo2011-01-22
* perf record: Use perf_evsel__openArnaldo Carvalho de Melo2011-01-22
* perf top: Use perf_evsel__openArnaldo Carvalho de Melo2011-01-22
* perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo2011-01-22
* perf evsel: Support event groupsArnaldo Carvalho de Melo2011-01-22
* perf evlist: Adopt the pollfd arrayArnaldo Carvalho de Melo2011-01-22
* perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo2011-01-22
* perf tools: Fix time function double declaration with glibcThomas Renninger2011-01-22
* perf tools: Fix build by checking if extra warnings are supportedArnaldo Carvalho de Melo2011-01-22
* perf tools: Fix build when using gcc 3.4.6Arnaldo Carvalho de Melo2011-01-22
* perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo2011-01-22
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-22
* perf test: Fix build on older glibcsArnaldo Carvalho de Melo2011-01-22
* perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian2011-01-21