index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
/
trace-event-python.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-03
perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event
Stephen Brennan
1
-0
/
+32
2021-07-07
perf script python: Fix buffer size to report iregs in perf script
Kajol Jain
1
-5
/
+12
2021-06-01
perf scripting python: Assign perf_script_context
Adrian Hunter
1
-0
/
+28
2021-06-01
perf scripting: Add perf_session to scripting_context
Adrian Hunter
1
-1
/
+3
2021-06-01
perf scripting: Add scripting_context__update()
Adrian Hunter
1
-3
/
+2
2021-05-25
perf scripting python: Add auxtrace error
Adrian Hunter
1
-0
/
+42
2021-05-25
perf scripting python: Add context switch
Adrian Hunter
1
-0
/
+45
2021-05-25
perf scripting python: Add cpumode
Adrian Hunter
1
-0
/
+3
2021-05-25
perf scripting python: Add IPC
Adrian Hunter
1
-0
/
+8
2021-05-25
perf scripting python: Add sample flags
Adrian Hunter
1
-0
/
+26
2021-05-25
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
1
-8
/
+18
2021-05-25
perf scripting python: Factor out set_sym_in_dict()
Adrian Hunter
1
-8
/
+17
2021-05-25
perf scripting python: Fix tuple_set_u64()
Adrian Hunter
1
-65
/
+81
2021-05-25
perf script: Find script file relative to exec path
Adrian Hunter
1
-0
/
+1
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2020-11-03
perf scripting python: Avoid declaring function pointers with a visibility at...
Arnaldo Carvalho de Melo
1
-5
/
+2
2020-10-14
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
1
-1
/
+1
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
1
-1
/
+1
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
1
-3
/
+3
2020-04-03
perf script report: Fix SEGFAULT when using DWARF mode
Andreas Gerstmayr
1
-0
/
+3
2020-03-10
perf tools: Add hw_idx in struct branch_stack
Kan Liang
1
-14
/
+16
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
1
-8
/
+8
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-10-18
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
1
-2
/
+7
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-1
/
+1
2019-08-22
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
libperf: Add threads to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Add cpus to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-7
/
+7
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-11
/
+11
2019-07-30
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-1
/
+1
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-10
perf db-export: Export switch events
Adrian Hunter
1
-0
/
+41
2019-07-10
perf db-export: Export comm details
Adrian Hunter
1
-2
/
+6
2019-07-10
perf db-export: Get rid of db_export__deferred()
Adrian Hunter
1
-3
/
+1
2019-06-25
perf db-export: Export synth events
Adrian Hunter
1
-2
/
+44
2019-06-05
perf db-export: Export IPC information
Adrian Hunter
1
-2
/
+6
2019-04-01
perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...
Tzvetomir Stoyanov
1
-1
/
+1
2019-03-01
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
1
-3
/
+5
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
1
-2
/
+1
2019-01-25
perf script python: Add trace_context extension module to sys.modules
Tony Jones
1
-3
/
+9
2018-12-17
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
1
-4
/
+4
2018-12-17
perf script: Use fallbacks for branch stacks
Adrian Hunter
1
-8
/
+8
[next]