aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-script.txt
AgeCommit message (Expand)AuthorFilesLines
9 daysperf tools: Merge deferred user callchainsNamhyung Kim1-0/+5
2025-03-14perf script: Update brstack syntax documentationYujie Liu1-7/+16
2024-08-14perf script: Add branch countersKan Liang1-1/+1
2024-08-12perf script: add --addr2line optionMartin Liška1-0/+3
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen1-2/+5
2024-02-20perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du1-3/+4
2024-02-20perf: script: add field 'disasm' to display mnemonic instructionsChangbin Du1-6/+7
2023-05-12perf script: Add new output field 'dsoff' to print dso offsetChangbin Du1-1/+1
2023-02-06perf script: Fix missing Retire Latency fields option documentationKan Liang1-1/+1
2023-02-02perf script: Add 'cgroup' field for outputNamhyung Kim1-1/+4
2023-01-22perf tools: Fix foolproof typoIan Rogers1-1/+1
2022-08-11perf tools: Tidy guest option documentationAdrian Hunter1-26/+3
2022-08-11perf script: Fix missing guest option documentationAdrian Hunter1-0/+23
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter1-1/+1
2022-07-20perf script: Add machine_pid and vcpuAdrian Hunter1-1/+6
2022-07-20perf script: Add --dump-unsorted-raw-trace optionAdrian Hunter1-0/+3
2022-05-23perf script: Add guest_code supportAdrian Hunter1-0/+4
2022-03-22perf script: Add 'brstackinsnlen' for branch stacksKan Liang1-2/+6
2022-02-15perf script: Display new D (Intr Disabled) and t (Intr Toggle) flagsAdrian Hunter1-5/+8
2021-10-28perf script: Support instruction latencyKan Liang1-1/+1
2021-08-11perf script: Fix --list-dlfilters documentationAdrian Hunter1-1/+1
2021-07-01perf script: Add option to pass arguments to dlfiltersAdrian Hunter1-0/+4
2021-07-01perf script: Add option to list dlfiltersAdrian Hunter1-0/+4
2021-07-01perf script: Add API for filtering via dynamically loaded shared objectAdrian Hunter1-1/+6
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter1-3/+4
2021-02-08perf script: Support filtering by hex addressJin Yao1-0/+20
2021-02-03perf script: Support DSO filter like in other perf toolsJin Yao1-0/+3
2021-01-20perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-1/+1
2020-12-19perf script: Support data page sizeKan Liang1-2/+3
2020-07-10perf script: Add option --show-text-poke-eventsAdrian Hunter1-0/+4
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang1-0/+11
2020-04-03perf script: add -S/--symbols documentationIan Rogers1-0/+8
2020-04-03perf script: Add --show-cgroup-events optionNamhyung Kim1-0/+3
2020-03-27perf script: Introduce --deltatime optionHagen Paul Pfeifer1-0/+3
2020-03-11perf intel-pt: Add Intel PT man page referencesAdrian Hunter1-1/+1
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo1-1/+4
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo1-0/+3
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo1-0/+3
2019-07-23perf script: Improve man page description of metricsAndi Kleen1-3/+3
2019-07-23perf script: Fix --max-blocks man page descriptionAndi Kleen1-1/+1
2019-06-10perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter1-1/+2
2019-06-10perf time-utils: Fix --time documentationAdrian Hunter1-3/+3
2019-06-05perf script: Add output of IPC ratioAdrian Hunter1-1/+4
2019-05-28perf script: Add --show-bpf-events to show eBPF related eventsJiri Olsa1-0/+3
2019-03-19perf script: Support relative timeAndi Kleen1-0/+3
2019-02-20perf script: Allow +- operator for type specific fields optionJiri Olsa1-0/+6
2018-12-17perf tools: Support 'srccode' outputAndi Kleen1-1/+1
2018-10-24perf script: Implement --graph-functionAndi Kleen1-0/+4
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen1-0/+7
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen1-0/+7
2018-04-17perf script: Extend misc field decoding with switch out event typeAlexey Budankov1-8/+9
2018-02-16perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa1-0/+3
2018-01-17perf script: Remove the time slices number limitationJin Yao1-5/+5
2018-01-10perf script: Add support to display lost eventsJiri Olsa1-0/+3
2018-01-08perf script: Add support to display sample misc fieldJiri Olsa1-1/+19
2018-01-08perf script: Support time percent and multiple time rangesJin Yao1-0/+16
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen1-1/+9
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo1-0/+4
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff1-1/+2
2017-09-13perf script: Support user regsAndi Kleen1-2/+2
2017-09-01perf script: Support physical addressKan Liang1-1/+1
2017-06-27perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter1-1/+5
2017-06-19perf script: Support -F brstackoff,dsoMark Santaniello1-1/+3
2017-06-19perf script: Allow adding and removing fieldsAndi Kleen1-0/+8
2017-05-24perf script: Add --inline option for debuggingNamhyung Kim1-0/+4
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen1-2/+11
2017-03-14perf script: Add script print support for namespace eventsHari Bathini1-0/+3
2017-01-16perf script: Fix man page about --dump-raw-trace optionMichael Petlan1-2/+2
2016-12-01perf script: Add option to specify time window of interestDavid Ahern1-0/+7
2016-11-29perf script: Add option to stop printing callchainDavid Ahern1-0/+3
2016-10-24perf script: Support insn and insnlenAndi Kleen1-1/+5
2016-08-09perf script: Add 'bpf-output' field to usage messageBrendan Gregg1-2/+2
2016-06-23perf script: Add callindent optionAdrian Hunter1-0/+4
2016-06-23perf script: Print sample flags more nicelyAdrian Hunter1-1/+6
2016-06-21perf script: Fix documentation of '-f' when it should be '-F'Adrian Hunter1-10/+10
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo1-1/+1
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo1-1/+1
2016-04-14perf script: Add --max-stack knobArnaldo Carvalho de Melo1-0/+10
2016-03-30perf tools: Make -f/--force option documentation consistent across toolsJiri Olsa1-0/+4
2015-10-29perf script: Enable printing of branch stackStephane Eranian1-2/+12
2015-09-28perf script: Allow time to be displayed in nanosecondsAdrian Hunter1-0/+3
2015-08-31perf script: Enable printing of interrupted machine stateStephane Eranian1-1/+1
2015-08-28perf script: Add --[no-]-demangle/--[no-]-demangle-kernelMark Drayton1-0/+7
2015-08-21perf tools: Put itrace options into an asciidoc includeAdrian Hunter1-22/+1
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen1-0/+3
2015-07-23perf script: Add option --show-switch-eventsAdrian Hunter1-0/+4
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter1-4/+5
2015-04-29perf script: Add field option 'flags' to print sample flagsAdrian Hunter1-1/+8
2015-04-29perf script: Add Instruction Tracing supportAdrian Hunter1-0/+27
2015-03-24perf tools: Add pid/tid filtering to report and script commandsDavid Ahern1-0/+6
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-14/+14
2014-10-17perf script: Add period data columnJiri Olsa1-1/+1
2014-10-15perf Documentation: Fix typos in perf/DocumentationMasanari Iida1-1/+1
2013-12-10perf script: Add --header/--header-only optionsJiri Olsa1-0/+6
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter1-1/+1
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim1-0/+3
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim1-0/+3
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai1-0/+3
2012-01-30perf script: Add the offset field specifierAkihiro Nagai1-1/+1
2011-12-23perf report: Accept fifos as input fileRobert Richter1-1/+1
2011-11-28perf script: Add comm filtering optionDavid Ahern1-0/+5
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern1-1/+1
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian1-0/+7
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard1-0/+6
2011-06-02perf script: Add printing of sample addressDavid Ahern1-2/+2
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-5/+5
2011-03-30perf script: Add more documentation about the -f/--fields parametersArnaldo Carvalho de Melo1-2/+50
2011-03-14perf script: Add support for H/W and S/W eventsDavid Ahern1-1/+4
2011-03-14perf script: Add support for dumping symbolsDavid Ahern1-1/+15
2011-03-14perf script: Support custom field selection for outputDavid Ahern1-0/+5
2010-12-02Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar1-0/+7
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar1-0/+111