aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-30perf script: Add the offset field specifierAkihiro Nagai1-1/+1
2011-12-23perf tools: Fix out-of-bound access to struct perf_sessionRobert Richter1-1/+1
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin1-0/+8
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-42/+7
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-15/+15
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-10/+13
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo1-3/+2
2011-11-28perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo1-2/+4
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo1-3/+0
2011-11-02perf report: Add progress bar when processing time ordered eventsArnaldo Carvalho de Melo1-0/+1
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian1-0/+1
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-1/+2
2011-07-21perf tools: Fix endian conversion reading event attr from file headerDavid Ahern1-0/+1
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard1-0/+3
2011-06-02perf script: Make printing of dso a separate field optionDavid Ahern1-1/+1
2011-06-02perf script: "sym" field really means show IP dataDavid Ahern1-2/+3
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-0/+2
2011-04-20perf script: improve validation of sample attributes for output fieldsDavid Ahern1-0/+3
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-2/+5
2011-03-14perf script: Add support for dumping symbolsDavid Ahern1-0/+4
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo1-2/+0
2011-03-06perf tools: Improve support for sessions with multiple eventsArnaldo Carvalho de Melo1-10/+6
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-6/+7
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-2/+2
2011-01-24perf tools: Move event__parse_sample to evsel.cArnaldo Carvalho de Melo1-0/+9
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker1-5/+6
2011-01-03perf util: Move do_read from session to utilArnaldo Carvalho de Melo1-1/+0
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie1-1/+4
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo1-0/+3
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-3/+6
2010-11-30perf session: Allocate chunks of sample objectsThomas Gleixner1-0/+3
2010-11-30perf session: Cache sample objectsThomas Gleixner1-0/+1
2010-11-30perf session: Fix list sort algorithmThomas Gleixner1-2/+2
2010-06-17perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo1-0/+2
2010-05-19perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo1-6/+2
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-2/+6
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo1-15/+0
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-3/+9
2010-05-10Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-15/+21
2010-05-09perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo1-6/+8
2010-05-09perf: Provide a new deterministic events reordering algorithmFrederic Weisbecker1-15/+21
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+2
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo1-0/+13
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-1/+26
2010-04-24perf: Generalize perf lock's sample event reordering to the session layerFrederic Weisbecker1-0/+10
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-25/+3
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi1-1/+2
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-1/+2
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi1-1/+2
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi1-1/+2