aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/session.c
AgeCommit message (Expand)Author
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf session: Change perf_session__has_traces to actually check for tracepointsDavid Ahern
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern
2013-08-12perf evsel: Add option to print stack trace on single lineDavid Ahern
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern
2013-08-07perf session: Export queue_event functionDavid Ahern
2013-08-07perf session: Export a few functions for event processingDavid Ahern
2013-08-07perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern
2013-08-07perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa
2013-08-07perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa
2013-07-15perf tools: Remove event types framework completelyJiri Olsa
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price
2013-07-12perf tools: Validate perf event header sizeAdrian Hunter
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea
2012-09-05perf session: flush_sample_queue needs to handle errors from handlersDavid Ahern
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa
2012-08-10perf tools: Support user regs and stack in sample parsingJiri Olsa
2012-08-02perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo
2012-08-01perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo
2012-07-25perf kvm: Fix bug resolving guest kernel symsDavid Ahern
2012-07-25perf kvm: Guest userspace samples should not be lumped with host uspaceDavid Ahern
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-02perf kvm: Fix regression with guest machine creationDavid Ahern
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar