aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-01-25perf timechart: Use tid not pid for COMM changeArjan van de Ven1-1/+1
2009-11-08perf tools: Fix permission checksPekka Enberg2-2/+2
2009-10-26perf tools: Remove -Wcast-alignPaul Mundt1-2/+1
2009-10-25perf tools: Fix compatibility with libelf 0.8 and autodetectMarti Raudsepp3-4/+18
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven1-1/+1
2009-10-20perf timechart: Fix the wakeup-arrows that point to non-visible processesArjan van de Ven1-2/+26
2009-10-19perf top: Fix --delay_secs 0 division by zeroTim Blechmann1-0/+2
2009-10-16perf tools: Bump version to 0.0.2Ingo Molnar1-1/+1
2009-10-12perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule1-1/+4
2009-10-12perf tools: Fix the NO_64BIT build on pure 64-bit systemsIngo Molnar1-7/+14
2009-10-12perf tools: Fix const char type propagationRandy Dunlap2-6/+6
2009-10-06perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra1-0/+3
2009-10-06perf tools: elf_sym__is_function() should accept "zero" sized functionsArnaldo Carvalho de Melo1-2/+1
2009-10-06perf trace: Update eval_flag() flags array to match interrupt.hTom Zanussi1-4/+5
2009-10-06perf trace: Remove unused code in builtin-trace.cTom Zanussi1-6/+0
2009-10-04perf: Propagate term signal to childChris Wilson2-1/+13
2009-10-01perf tools: Run generate-cmdlist.sh properlyMulyadi Santosa1-1/+1
2009-10-01perf timechart: Add a power-only modeArjan van de Ven3-4/+23
2009-09-30perf top: Add poll_idle to the skip listArnaldo Carvalho de Melo1-0/+1
2009-09-24perf tools: Dont use openat()Eric Dumazet1-29/+20
2009-09-24perf tools: Fix buffer allocationEric Dumazet1-1/+1
2009-09-24perf tools: .gitignore += perf*.htmlKirill Smelkov1-0/+1
2009-09-24perf tools: Handle relative paths while loading module symbolsMike Galbraith1-30/+66
2009-09-23perf tools: Fix module symbol loading bugMike Galbraith1-4/+13
2009-09-22perf stat: Fix zero total printoutsIngo Molnar1-4/+14
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar18-155/+155
2009-09-20perf util: SVG performance improvementsArjan van de Ven1-23/+55
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven4-14/+31
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven3-8/+57
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven3-11/+30
2009-09-19perf utils: Use a define for the maximum length of a trace eventArjan van de Ven1-7/+7
2009-09-19perf: Add timechart help text and add timechart to "perf help"Arjan van de Ven2-0/+36
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven1-11/+13
2009-09-19perf timechart: Add "perf timechart record"Arjan van de Ven1-8/+39
2009-09-19perf: Add the timechart toolArjan van de Ven4-0/+1129
2009-09-19perf: Add a SVG helper library fileArjan van de Ven3-0/+408
2009-09-19perf: Add a sample_event type to the event_unionArjan van de Ven1-0/+7
2009-09-19perf: Allow perf utilities to have "callback" options without argumentsArjan van de Ven1-0/+2
2009-09-19perf: Store trace event name/id pairs in perf.dataArjan van de Ven3-0/+90
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven1-0/+1
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+6
2009-09-18perf sched: Add --input=file option to builtin-sched.cMike Galbraith1-1/+3
2009-09-18perf trace: Sample timestamp and cpu when using record flagLi Zefan1-1/+4
2009-09-18perf tools: Increase MAX_EVENT_LENGTHLi Zefan1-1/+1
2009-09-18perf tools: Fix memory leak in read_ftrace_printk()Li Zefan1-3/+4
2009-09-17perf sched: Determine the number of CPUs automaticallyIngo Molnar1-1/+3
2009-09-17perf record: Disable profiling before draining the bufferPeter Zijlstra1-1/+12
2009-09-16perf sched: Add 'perf sched map' scheduling event map printoutIngo Molnar3-101/+214
2009-09-16perf sched: Make idle thread and comm/pid names more consistentIngo Molnar2-3/+3
2009-09-16perf sched: Sanity check context switch eventsIngo Molnar1-1/+26
2009-09-16perf sched: Account for lost events, increase default bufferingIngo Molnar2-20/+42
2009-09-14perf sched: Add support for sched:sched_stat_runtime eventsmingo1-91/+173
2009-09-14perf sched: Print PIDs toomingo1-8/+8
2009-09-14perf sched: Fix 'perf sched latency' output on 32-bit systemsIngo Molnar1-1/+1
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar3-22/+52
2009-09-14perf tools: Fix processing of randomly serialized sched tracesFrederic Weisbecker1-1/+7
2009-09-14perf tools: Add an option to multiplex counters in a single channelFrederic Weisbecker2-0/+8
2009-09-13perf sched: Add 'perf sched trace', improve documentationIngo Molnar2-4/+25
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar2-3/+39
2009-09-13perf sched: Clean up PID sorting logicIngo Molnar2-45/+51
2009-09-13perf sched: Finish latency => atom rename and misc cleanupsIngo Molnar1-215/+184
2009-09-13perf sched: Add 'perf sched latency' and 'perf sched replay'Ingo Molnar1-32/+58
2009-09-13perf sched: Implement multidimensional sortingFrederic Weisbecker1-10/+196
2009-09-13perf sched: Fix nsec to msec conversionFrederic Weisbecker1-4/+4
2009-09-13perf sched: Export the total, max latency and total runtime to thread atoms listFrederic Weisbecker1-26/+22
2009-09-13perf sched: Add involuntarily sleeping task in work atomsFrederic Weisbecker1-6/+13
2009-09-13perf sched: Rename struct lat_snapshot to struct work atomsFrederic Weisbecker1-56/+56
2009-09-13perf sched: Output runtime and context switch totalsIngo Molnar1-1/+10
2009-09-13perf sched: Add runtime statsIngo Molnar1-20/+38
2009-09-13perf sched: Display time in milliseconds, reorganize outputIngo Molnar2-10/+13
2009-09-13perf sched: Clean up latency and replay sub-commandsIngo Molnar1-50/+49
2009-09-13perf sched: Add sched latency profilingFrederic Weisbecker1-11/+285
2009-09-13perf sched: Make it easier to plug in new sub profilersFrederic Weisbecker1-78/+165
2009-09-13perf sched: Fix bad event alignmentFrederic Weisbecker3-25/+102
2009-09-13perf tools: Allow the specification of all tracepoints at onceFrederic Weisbecker1-50/+154
2009-09-13perf sched: Tighten up the codeIngo Molnar1-189/+47
2009-09-13perf sched: Implement the scheduling workload replay engineIngo Molnar1-18/+134
2009-09-13perf sched: Import schedbench.cIngo Molnar3-33/+827
2009-09-13perf: Add 'perf sched' toolIngo Molnar7-2/+354
2009-09-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller43-1351/+6051
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar10-70/+143
2009-09-04perf tools: Avoid unnecessary work in directory lookupsUlrich Drepper1-31/+37
2009-09-04perf stat: Clean up statistics calculations a bit morePeter Zijlstra1-17/+14
2009-09-04perf stat: More advanced variance computationPeter Zijlstra1-12/+12
2009-09-04perf stat: Use stddev_mean in stead of stddevPeter Zijlstra1-6/+19
2009-09-04perf stat: Remove the limit on repeatPeter Zijlstra1-57/+27
2009-09-04perf stat: Change noise calculation to use stddevPeter Zijlstra1-101/+69
2009-09-04sparc: add basic support for 'perf'Jens Axboe1-0/+6
2009-09-03perf trace: Fix read_string()Ingo Molnar1-1/+4
2009-09-03perf trace: Print out in nanosecondsIngo Molnar1-2/+2
2009-09-03perf tools: Seek to the end of the header areaIngo Molnar1-1/+1
2009-09-03perf trace: Fix parsing of perf.dataIngo Molnar1-0/+1
2009-09-03perf trace: Sample timestamps as wellIngo Molnar2-1/+8
2009-09-02perf trace: Sample the CPU tooIngo Molnar2-2/+11
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar2-7/+7
2009-09-02perf tools: Clean up warnings list in the MakefileIngo Molnar1-1/+24
2009-08-31perf tools: Complete support for dynamic stringsFrederic Weisbecker2-2/+15
2009-08-31perf tools: Unify swapper tasks namingFrederic Weisbecker1-1/+1
2009-08-31perf tools: Resolve idle thread cmdline for perf traceFrederic Weisbecker1-0/+1
2009-08-31perf tools: Librarize idle thread registrationFrederic Weisbecker4-29/+31
2009-08-31perf tools: Add missing parameters documentationFrederic Weisbecker2-0/+14
2009-08-31Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar12-10/+4569
2009-08-28perf tools: do not complain if root is owning perf.dataPierre Habouzit2-4/+4
2009-08-28perf tools: Fix missing string field printing in perf traceFrederic Weisbecker1-0/+1
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker7-27/+120
2009-08-26perf top: Show RIP only in verbose modeArnaldo Carvalho de Melo1-5/+12
2009-08-24Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar4-1/+22
2009-08-21perf trace: Add OPT_END to option array of perf-traceMasami Hiramatsu1-0/+1
2009-08-19perf tools: Check perf.data ownerPeter Zijlstra2-0/+14
2009-08-18perf tools: Make 'make html' workKyle McMartin1-1/+1
2009-08-18perf tools: Save partial non-overlapping mapFrederic Weisbecker1-3/+22
2009-08-18perf tools: Fix comm column adjustingFrederic Weisbecker1-2/+23
2009-08-18perf annotate: Fix segmentation faultIngo Molnar1-0/+7
2009-08-18perf tools: Remove obsolete definesIngo Molnar1-4/+0
2009-08-18perf tools: Make trace event format parser aware of cast to pointersFrederic Weisbecker1-4/+27
2009-08-18perf tools: Record events info also when :record suffix is used.Frederic Weisbecker1-3/+11
2009-08-18perf tools: Warn while running perf trace without sampleFrederic Weisbecker1-0/+4
2009-08-18perf tools: Fix spelling mistake in callchain errorFrederic Weisbecker1-1/+1
2009-08-17perf tools: Add perf traceFrederic Weisbecker5-0/+287
2009-08-17perf tools: Add trace event information parserSteven Rostedt1-0/+2905
2009-08-17perf tools: Add trace event debugfs stream readerSteven Rostedt1-0/+508
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt2-0/+729
2009-08-17perf: Rename perf-examples.txt to examples.txtCarlos R. Mafra1-0/+0
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker11-42/+76
2009-08-16perf tools: Librarize sample type and attr finding from headersFrederic Weisbecker3-38/+45
2009-08-16perf tools: Put the show mode into the event headers filesFrederic Weisbecker3-8/+6
2009-08-16perf tools: Factorize the dprintf definitionFrederic Weisbecker4-51/+62
2009-08-16perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flagsFrederic Weisbecker1-1/+1
2009-08-16perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2Ingo Molnar1-1/+1
2009-08-16perf: Enable more compiler warningsIngo Molnar22-148/+194
2009-08-15perf tools: Factorize the thread code in a dedicated fileFrederic Weisbecker5-339/+202
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar8-71/+124
2009-08-15perf tools: Add some comments to the event definitionsPeter Zijlstra1-0/+6
2009-08-15perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo1-1/+1
2009-08-13perf report: Don't show unresolved DSOs and symbols when -S/-d is usedArnaldo Carvalho de Melo1-2/+3
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker2-1/+11
2009-08-13perf list: Fix large list output by using the pagerArnaldo Carvalho de Melo1-1/+2
2009-08-12perf record: Add missing -C option support for specifying profile cpuJens Axboe1-3/+14
2009-08-12perf tools: Fix dso__new handle() to handle deleted DSOsArnaldo Carvalho de Melo1-0/+2
2009-08-12perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...Arnaldo Carvalho de Melo3-26/+42
2009-08-12perf report: Show the tid too in -DArnaldo Carvalho de Melo1-3/+4
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsArnaldo Carvalho de Melo1-33/+38
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker9-198/+137
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker6-125/+56
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker12-199/+138
2009-08-11tracing: Add more namespace area to 'perf list' outputJason Baron1-4/+4
2009-08-10perf report: Add raw displaying of per-thread countersBrice Goglin3-3/+73
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker1-2/+3
2009-08-09perf report: Fix and improve the displaying of per-thread event countersBrice Goglin5-0/+227
2009-08-09perf_counter tools: Fix libbfd detection for systems with libz dependencyMike Galbraith1-0/+4
2009-08-09perf: "Longum est iter per praecepta, breve et efficax per exempla"Carlos R. Mafra1-0/+225
2009-08-09perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Frederic Weisbecker1-3/+44
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker2-1/+16
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker1-0/+2
2009-08-09perf record: Fix the -A UI for empty or non-existent perf.dataPierre Habouzit1-4/+8
2009-08-09perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit1-0/+2
2009-08-09perf list: Fix the output to not include tracepoints without an idPeter Zijlstra1-1/+17
2009-08-09perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2-2/+2
2009-08-09perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo3-12/+50
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra3-5/+35
2009-08-09perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra1-1/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker3-14/+24
2009-08-09perf top: Update man pageMike Galbraith1-13/+99
2009-08-09perf top: Improve interactive key handlingMike Galbraith1-35/+73
2009-08-09perf_counter tools: Allow perf top top users to switch between weighted and i...Mike Galbraith1-7/+17
2009-08-09perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...Mike Galbraith1-40/+456
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-0/+1
2009-08-06perf: Auto-detect libelfPeter Zijlstra1-4/+11
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo1-3/+73
2009-08-05perf report: Add missing command line options to man pageArnaldo Carvalho de Melo1-3/+57
2009-08-05perf: Auto-detect libbfdPeter Zijlstra2-1/+26
2009-08-05perf report: Make --sort comm,dso,symbol the defaultPekka Enberg1-2/+2
2009-08-04perf: Fix read buffer overflowRoel Kluin2-2/+2
2009-08-02perf top: Add mwait_idle_with_hints to skip_symbols[]Arnaldo Carvalho de Melo1-0/+1
2009-08-02perf tools: Fix faulty checkStoyan Gaydarov1-1/+1
2009-08-02perf report: Update for the new FORK/EXIT eventsPeter Zijlstra1-4/+18
2009-08-01perf_counter tools: Fix link errors with older toolchainsIngo Molnar1-1/+1
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-167/+616
2009-07-22perf_counter tools: Give perf top inherit optionMike Galbraith1-1/+5
2009-07-22perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith1-2/+5
2009-07-22perf_counter: Detect debugfs locationJason Baron5-17/+102
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron2-1/+176
2009-07-22perf symbol: C++ demanglingArnaldo Carvalho de Melo2-3/+20
2009-07-22perf: avoid structure size confusion by using a fixed sizeArjan van de Ven1-1/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2-2/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2-48/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra8-103/+304
2009-07-18perf_counter: Make call graph option consistentAnton Blanchard1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesAnton Blanchard1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventAnton Blanchard1-0/+4
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-11perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo1-51/+65
2009-07-11perf report: Make the output more compactArnaldo Carvalho de Melo1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2-4/+27
2009-07-11perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo1-3/+2
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo5-32/+164
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds43-1580/+1752