aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-05perf session: Separate progress bar update when processing eventsJiri Olsa1-1/+2
2013-09-02perf tools: Fix symbol offset computation for some dsosDavid Ahern1-0/+1
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter1-1/+1
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-3/+5
2013-08-29perf callchain: Remove unnecessary validationAdrian Hunter1-20/+0
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+1
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+1
2013-08-12perf session: Change perf_session__has_traces to actually check for tracepointsDavid Ahern1-4/+7
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern1-2/+4
2013-08-12perf evsel: Add option to print stack trace on single lineDavid Ahern1-2/+6
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern1-3/+11
2013-08-07perf session: Export queue_event functionDavid Ahern1-5/+5
2013-08-07perf session: Export a few functions for event processingDavid Ahern1-6/+6
2013-08-07perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern1-1/+6
2013-08-07perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa1-1/+71
2013-08-07perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa1-0/+38
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa1-2/+2
2013-07-15perf tools: Remove event types framework completelyJiri Olsa1-11/+0
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price1-2/+1
2013-07-12perf tools: Validate perf event header sizeAdrian Hunter1-4/+10
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter1-4/+7
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter1-1/+1
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian1-0/+3
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-0/+3
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim1-2/+0
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern1-12/+0
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo1-1/+1
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo1-18/+12
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo1-21/+20
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo1-2/+2
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo1-210/+0
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo1-3/+3
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller1-11/+14
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim1-0/+17
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim1-0/+1
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo1-3/+1
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo1-4/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-23/+27
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa1-0/+2
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa1-0/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea1-2/+2
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern1-9/+15
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa1-13/+53
2012-08-10perf tools: Support user regs and stack in sample parsingJiri Olsa1-3/+38
2012-08-02perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo1-8/+0
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo1-15/+4
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo1-6/+7
2012-08-01perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo1-5/+4
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo1-9/+22
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo1-1/+13