summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2015-10-29perf script: Enable printing of branch stackStephane Eranian
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim
2015-10-19perf script: Check output fields only for samplesJiri Olsa
2015-09-28perf script: Make scripting_max_stack value allow for synthesized callchainsAdrian Hunter
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-28perf script: Add a setting for maximum stack depthAdrian Hunter
2015-09-28perf script: Allow time to be displayed in nanosecondsAdrian Hunter
2015-09-02perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter
2015-08-31perf script: Enable printing of interrupted machine stateStephane Eranian
2015-08-28perf script: Add --[no-]-demangle/--[no-]-demangle-kernelMark Drayton
2015-08-17perf script: Initialize callchain_param.record_modeJiri Olsa
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-04perf script: No tracepoints? Don't call libtraceevent.Arnaldo Carvalho de Melo
2015-07-23perf script: Add option --show-switch-eventsAdrian Hunter
2015-07-23perf script: Don't assume evsel position of tracking eventsAdrian Hunter
2015-07-23perf script: Switch from perf.data's kallsyms to perf's symbol resolverArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-04perf script: Always allow fields 'addr' and 'cpu' for auxtraceAdrian Hunter
2015-04-29perf script: Add field option 'flags' to print sample flagsAdrian Hunter
2015-04-29perf script: Add Instruction Tracing supportAdrian Hunter
2015-04-02perf script: Support using -f to override perf.data file ownershipYunlong Song
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-04-02perf script: No need to lookup thread twiceArnaldo Carvalho de Melo
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf scriptYunlong Song
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-10-17perf script: Add period as a default output columnJiri Olsa
2014-10-17perf script: Add period data columnJiri Olsa
2014-10-09perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2014-08-13perf script: Allow callchains if any event samples themAdrian Hunter
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf script: Move call to symbol__init() after creating sessionNamhyung Kim
2014-08-13perf script: Fix possible memory leaksNamhyung Kim
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter
2014-07-23perf script: Do not print dangling '=>' for BTSAdrian Hunter
2014-07-23perf script: Improve srcline display for BTSAdrian Hunter
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-10perf script: Add --header/--header-only optionsJiri Olsa
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter
2013-12-04perf tools: Add trace-event objectJiri Olsa
2013-12-04perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim