summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2021-10-31perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang
2021-10-31perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa
2021-10-31perf script: Check session->header.env.arch before using itSong Liu
2021-10-31perf build: Suppress 'rm dlfilter' build messageAdrian Hunter
2021-10-28perf test sample-parsing: Add endian test for struct branch_flagsMadhavan Srinivasan
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan
2021-10-28perf script: Support instruction latencyKan Liang
2021-10-27perf script: Show binary offsets for userspace addrLexi Shao
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter
2021-10-26perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark
2021-10-26perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark
2021-10-26perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-25perf jevents: Fix some would-be warningsJohn Garry
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark
2021-10-25perf build: Suppress 'rm dlfilter' build messageAdrian Hunter
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao
2021-10-25perf powerpc: Add support to expose instruction and data address registers as...Athira Rajeev
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev
2021-10-25perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-22perf bpf: Switch to new btf__raw_data APIHengqi Chen
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-20perf vendor events arm64: Categorise the Neoverse V1 countersAndrew Kilroy
2021-10-20perf vendor events arm64: Add new armv8 pmu eventsAndrew Kilroy
2021-10-20perf vendor events: Syntax corrections in Neoverse N1 jsonAndrew Kilroy
2021-10-20perf metric: Allow modifiers on metricsIan Rogers
2021-10-20perf parse-events: Identify broken modifiersIan Rogers
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf parse-events: Allow config on kernel PMU eventsIan Rogers
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers
2021-10-20perf parse-events: Add const to evsel nameIan Rogers
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers