summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf ui: Make --stdio default when TUI is not supportedNamhyung Kim2012-05-281-0/+1
* perf record: Fix branch_stack type in perf_record_optsStephane Eranian2012-05-251-1/+1
* perf tools: Reconstruct event with modifiers from perf_event_attrArnaldo Carvalho de Melo2012-05-253-16/+104
* perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo2012-05-251-1/+1
* perf tools: fix thread_map__new_by_pid_str() memory leak in error pathFranck Bui-Huu2012-05-251-11/+10
* perf tools: Do not use _FORTIFY_SOURCE when DEBUG=1 is specifiedArnaldo Carvalho de Melo2012-05-241-2/+2
* perf evlist: Explicititely initialize input_nameArnaldo Carvalho de Melo2012-05-231-1/+1
* perf evlist: Show event attribute detailsArnaldo Carvalho de Melo2012-05-222-11/+100
* perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-222-2/+2
* perf buildid-list: Work better with pipe modeStephane Eranian2012-05-222-1/+7
* perf tools: Fix piped mode read codeStephane Eranian2012-05-221-8/+26
* perf inject: Fix broken perf inject -bStephane Eranian2012-05-221-0/+5
* perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian2012-05-223-8/+8
* perf tools: Add union u64_swap type for swapping u64 dataJiri Olsa2012-05-222-8/+7
* perf tools: Carry perf_event_attr bitfield throught different endiansJiri Olsa2012-05-221-0/+34
* perf record: Fix documentation for branch stack samplingAnshuman Khandual2012-05-221-1/+1
* perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim2012-05-222-1/+4
* perf tools: Always try to build libtraceeventNamhyung Kim2012-05-221-2/+2
* perf tools: Rename libparsevent to libtraceevent in MakefileNamhyung Kim2012-05-221-11/+11
* perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker2012-05-221-6/+6
* perf script: Explicitly handle known default print arg typeFrederic Weisbecker2012-05-221-0/+4
* perf tools: Add hardcoded name term for pmu eventsJiri Olsa2012-05-226-3/+59
* perf tools: Separate 'mem:' event scanner bitsJiri Olsa2012-05-222-2/+24
* perf tools: Use allocated list for each parsed eventJiri Olsa2012-05-223-41/+83
* perf tools: Add support for displaying event parser debug infoJiri Olsa2012-05-222-3/+15
* perf test: Move parse event automated tests to separated objectJiri Olsa2012-05-224-551/+605
* Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into ...Ingo Molnar2012-05-2110-3274/+297
|\
| * parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-253-11/+11
| * perf/events: Add flag to produce nsec outputSteven Rostedt2012-04-251-0/+1
| * perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-2512-3467/+481
| * perf: Build libtraceevent.aSteven Rostedt2012-04-251-1/+9
| * perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt2012-04-255-3405/+3405
* | perf evsel: Create events initially disabled -- againDavid Ahern2012-05-181-1/+1
* | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-187-23/+84
|\ \
| * | perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
| * | perf: Turn off compiler warnings for flex and bison generated filesGreg Kroah-Hartman2012-05-071-2/+2
| * | perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian2012-05-011-4/+29
| * | perf build-id: Fix filename size calculationNamhyung Kim2012-05-011-1/+1
| * | perf symbols: Read plt symbols from proper symtab_type binaryJiri Olsa2012-04-201-7/+6
| * | perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-172-1/+31
| * | perf tools: Drop CROSS_COMPILE from flex and bison callsOtavio Salvador2012-04-161-2/+2
| * | perf report: Fix crash showing warning related to kernel mapsDavid Ahern2012-04-161-5/+12
* | | perf tools: Split term type into value type and term typeJiri Olsa2012-05-184-56/+96
* | | perf hists: Fix callchain ip printf formatJiri Olsa2012-05-171-1/+1
* | | perf target: Add uses_mmap fieldNamhyung Kim2012-05-175-0/+10
* | | Revert 'perf evlist: Fix creation of cpu map'Namhyung Kim2012-05-161-3/+3
* | | perf target: Rename functions to avoid double negationNamhyung Kim2012-05-165-15/+15
* | | perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo2012-05-121-7/+18
* | | perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo2012-05-121-5/+60
* | | perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo2012-05-121-3/+3
OpenPOWER on IntegriCloud