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
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
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
/
session.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-13
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
1
-13
/
+0
2016-04-12
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-04-12
perf evsel: Rename print_ip() to fprintf_sym()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-12
perf evsel: Allow passing a left alignment when printing a symbol
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-04-12
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
Milian Wolff
1
-1
/
+2
2016-03-31
perf tools: Add time conversion event
Adrian Hunter
1
-0
/
+1
2015-12-10
perf tools: Make perf_session__register_idle_thread drop the refcount
Masami Hiramatsu
1
-1
/
+1
2015-10-01
perf top: Register idle thread
Namhyung Kim
1
-0
/
+2
2015-05-05
perf tools: Add AUX area tracing index
Adrian Hunter
1
-0
/
+1
2015-04-29
perf session: Add instruction tracing options
Adrian Hunter
1
-0
/
+2
2015-04-29
perf session: Add hooks to allow transparent decoding of AUX area tracing data
Adrian Hunter
1
-0
/
+3
2015-03-31
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-03-12
perf ordered_events: Allow tools to specify a deliver method
Arnaldo Carvalho de Melo
1
-6
/
+0
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
1
-7
/
+4
2015-03-11
perf ordered_events: Untangle from perf_session
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-02-23
perf evlist: Adopt events_stats from perf_session
Arnaldo Carvalho de Melo
1
-1
/
+0
2015-01-29
perf tools: Do not use __perf_session__process_events() directly
Namhyung Kim
1
-3
/
+0
2014-10-29
perf session: Add perf_session__deliver_synth_event()
Adrian Hunter
1
-0
/
+5
2014-10-29
perf tools: Add id index
Adrian Hunter
1
-0
/
+10
2014-10-14
perf session: Remove last reference to hists struct
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-09-26
perf tools: Use ACCESS_ONCE() instead of volatile cast
Pranith Kumar
1
-1
/
+1
2014-08-14
perf session: Add perf_session__peek_event()
Adrian Hunter
1
-0
/
+5
2014-08-12
perf tools: Create ordered-events object
Jiri Olsa
1
-16
/
+1
2014-08-12
perf tools: Make perf_session__deliver_event global
Jiri Olsa
1
-0
/
+5
2014-08-12
perf tools: Flush ordered events in case of allocation failure
Jiri Olsa
1
-1
/
+2
2014-08-12
perf tools: Limit ordered events queue size
Jiri Olsa
1
-0
/
+2
2014-08-12
perf tools: Rename ordered_events members
Jiri Olsa
1
-6
/
+6
2014-08-12
perf tools: Rename ordered_samples struct to ordered_events
Jiri Olsa
1
-5
/
+5
2014-07-17
perf session: Flag if the event stream is entirely in memory
Adrian Hunter
1
-0
/
+3
2013-12-20
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-13
perf tools: Move mem_bswap32/64 to util.c
Adrian Hunter
1
-2
/
+0
2013-12-09
perf script: Add an option to print the source line number
Adrian Hunter
1
-0
/
+1
2013-12-04
perf tools: Add trace-event object
Jiri Olsa
1
-1
/
+2
2013-12-04
perf script: Do not call perf_event__preprocess_sample() twice)
Adrian Hunter
1
-2
/
+2
2013-11-05
perf tools: Finish the removal of 'self' arguments
Arnaldo Carvalho de Melo
1
-13
/
+14
2013-10-22
perf session: Separating data file properties from session
Jiri Olsa
1
-4
/
+1
2013-10-22
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
1
-1
/
+1
2013-10-22
perf tools: Add data object to handle perf data file
Jiri Olsa
1
-3
/
+3
2013-09-19
perf session: Check for SIGINT in more loops
Arnaldo Carvalho de Melo
1
-0
/
+4
2013-08-12
perf evsel: Add option to limit stack depth in callchain dumps
David Ahern
1
-1
/
+1
2013-08-12
perf evsel: Add option to print stack trace on single line
David Ahern
1
-0
/
+1
2013-08-12
perf tool: Simplify options to perf_evsel__print_ip
David Ahern
1
-1
/
+6
2013-08-08
perf session: Export queue_event function
David Ahern
1
-4
/
+2
2013-08-08
perf session: Export a few functions for event processing
David Ahern
1
-0
/
+7
2013-07-12
perf tools: Remove cwd from perf_session struct
Jiri Olsa
1
-1
/
+0
2013-05-29
perf tools: Remove cwdlen from struct perf_session
Jiri Olsa
1
-1
/
+0
2013-03-15
perf session: Remove unused perf_session__remove_thread method
David Ahern
1
-1
/
+0
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
1
-6
/
+0
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
1
-8
/
+3
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
1
-5
/
+1
[next]